rubic-sdk
Version:
Simplify dApp creation
14 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RETRO_BRIDGE_TX_STATUS = void 0;
exports.RETRO_BRIDGE_TX_STATUS = {
PENDING: 'pending',
WAIT_DEPOSIT: 'wait deposit',
DEPOSITED: 'deposited',
SENDING: 'sending',
SENT: 'sent',
COMPLETED: 'completed',
SEND_FAILED: 'send failed',
REJECTED: 'rejected'
};
//# sourceMappingURL=retro-bridge-tx-status.js.map