picasso-sdk
Version:
Picasso sdk for cosmos, ethereum, solana, and polkadot ibc transfer
11 lines (10 loc) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransferPending = exports.TransferFail = exports.TransferSuccess = void 0;
exports.TransferSuccess = ['TransferSuccess', 'TransferSuccessButError'];
exports.TransferFail = [
'TransferFailed',
'TransferTimeout',
'TransferMaintenance',
];
exports.TransferPending = ['TransferPending', 'send_packet'];