@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
22 lines • 379 B
TypeScript
/**
* 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