@riocrypto/common 1.0.1611 → 1.0.1612
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.
|
@@ -20,6 +20,8 @@ export declare enum OrderStatus {
|
|
|
20
20
|
AwaitingOriginOrderCompletion = "awaitingOriginOrderCompletion",
|
|
21
21
|
AwaitingTransferReissue = "awaitingTransferReissue",
|
|
22
22
|
AwaitingPayout = "awaitingPayout",
|
|
23
|
+
AwaitingAsyncPayout = "awaitingAsyncPayout",
|
|
24
|
+
AwaitingAsyncPayment = "awaitingAsyncPayment",
|
|
23
25
|
AwaitingBridgeRouting = "awaitingBridgeRouting",
|
|
24
26
|
FillFailed = "failedFill",
|
|
25
27
|
TransferFailed = "failedTransfer",
|
|
@@ -44,6 +44,8 @@ var OrderStatus;
|
|
|
44
44
|
OrderStatus["AwaitingTransferReissue"] = "awaitingTransferReissue";
|
|
45
45
|
// When waiting for asynchronous payout
|
|
46
46
|
OrderStatus["AwaitingPayout"] = "awaitingPayout";
|
|
47
|
+
OrderStatus["AwaitingAsyncPayout"] = "awaitingAsyncPayout";
|
|
48
|
+
OrderStatus["AwaitingAsyncPayment"] = "awaitingAsyncPayment";
|
|
47
49
|
// When waiting for Bridge to route
|
|
48
50
|
OrderStatus["AwaitingBridgeRouting"] = "awaitingBridgeRouting";
|
|
49
51
|
// When the liquidity provider fails to fill the order
|