UNPKG

@martiandao/aptos-web3-bip44.js

Version:
22 lines 358 B
/** * Decoded table data */ export declare type DecodedTableData = { /** * Key of table in JSON */ key: any; /** * Type of key */ key_type: string; /** * Value of table in JSON */ value: any; /** * Type of value */ value_type: string; }; //# sourceMappingURL=DecodedTableData.d.ts.map