Sha256: e082c6a47207e988dd09654068ef40211f10dc5a023491a038e3e2d6b2efb6c2
Contents?: true
Size: 879 Bytes
Versions: 2
Compression:
Stored size: 879 Bytes
Contents
export declare const TYPE_MAP: { 3: "issue"; 4: "transfer"; 5: "reissue"; 6: "burn"; 7: "exchange"; 8: "lease"; 9: "cancelLease"; 10: "alias"; 11: "massTransfer"; 12: "data"; 13: "setScript"; 14: "sponsorship"; 15: "setAssetScript"; 16: "invoke"; 17: "updateAsset"; }; export declare const NAME_MAP: { issue: 3; transfer: 4; reissue: 5; burn: 6; exchange: 7; lease: 8; cancelLease: 9; alias: 10; massTransfer: 11; data: 12; setScript: 13; sponsorship: 14; setAssetScript: 15; invoke: 16; updateAsset: 17; }; export declare const TRANSACTION_STATUSES: { IN_BLOCKCHAIN: "in_blockchain"; UNCONFIRMED: "unconfirmed"; NOT_FOUND: "not_found"; }; export declare type TTransactionStatuses = typeof TRANSACTION_STATUSES[keyof typeof TRANSACTION_STATUSES];
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/node-api-js/cjs/constants.d.ts |
waves_lib-0.1.0 | js/node_modules/@waves/node-api-js/es/constants.d.ts |