@dhedge/backend-flatcoin-core 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ export declare class DepositWithdrawAction {
16
16
  blockNumber: number;
17
17
  unitAmount: BigNumber;
18
18
  }
19
- export interface AnnouncedOrder {
19
+ export declare class AnnouncedOrder {
20
20
  blockNumber: number;
21
21
  transactionHash: string;
22
22
  orderType: string;
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DepositWithdrawAction = void 0;
3
+ exports.AnnouncedOrder = exports.DepositWithdrawAction = void 0;
4
4
  class DepositWithdrawAction {
5
5
  }
6
6
  exports.DepositWithdrawAction = DepositWithdrawAction;
7
+ class AnnouncedOrder {
8
+ }
9
+ exports.AnnouncedOrder = AnnouncedOrder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",