UNPKG

rubic-sdk

Version:
13 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DE_BRIDGE_API_STATE_STATUS = void 0; exports.DE_BRIDGE_API_STATE_STATUS = { FULFILLED: 'Fulfilled', SENTUNLOCK: 'SentUnlock', CLAIMEDUNLOCK: 'ClaimedUnlock', ORDERCANCELLED: 'OrderCancelled', SENTORDERCANCEL: 'SentOrderCancel', CLAIMEDORDERCANCEL: 'ClaimedOrderCancel', CREATED: 'Created' }; //# sourceMappingURL=statuses-api.js.map