rubic-sdk
Version:
Simplify dApp creation
13 lines • 445 B
JavaScript
;
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