@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
26 lines • 875 B
TypeScript
export declare const $DecodedTableData: {
readonly description: "Decoded table data";
readonly properties: {
readonly key: {
readonly description: "Key of table in JSON";
readonly properties: {};
readonly isRequired: true;
};
readonly key_type: {
readonly type: "string";
readonly description: "Type of key";
readonly isRequired: true;
};
readonly value: {
readonly description: "Value of table in JSON";
readonly properties: {};
readonly isRequired: true;
};
readonly value_type: {
readonly type: "string";
readonly description: "Type of value";
readonly isRequired: true;
};
};
};
//# sourceMappingURL=$DecodedTableData.d.ts.map