rubic-sdk
Version:
Simplify dApp creation
12 lines • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SQUIDROUTER_TRANSFER_STATUS = void 0;
exports.SQUIDROUTER_TRANSFER_STATUS = {
SRC_GATEWAY_CALLED: 'source_gateway_called',
DEST_GATEWAY_APPROVED: 'destination_gateway_approved',
DEST_EXECUTED: 'destination_executed',
EXPRESS_EXECUTED: 'express_executed',
DEST_ERROR: 'error',
ERROR_FETCHING_STATUS: 'error_fetching_status'
};
//# sourceMappingURL=squidrouter-transfer-status.enum.js.map