Class: AptosDecodedTableData
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosDecodedTableData
Class: AptosDecodedTableData
@moralisweb3/common-aptos-utils.AptosDecodedTableData
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosDecodedTableData
Parameters
Name | Type |
---|---|
input | AptosDecodedTableDataInput | AptosDecodedTableData |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosDecodedTableData
Parameters
Name | Type |
---|---|
json | AptosDecodedTableDataJSON |
Returns
toJSON
▸ toJSON(): AptosDecodedTableDataJSON
Returns
Properties
key
• Readonly
key: string
Description
Key of table in JSON
keyType
• Readonly
keyType: string
Description
Type of key
value
• Readonly
value: string
Description
Value of table in JSON
valueType
• Readonly
valueType: string
Description
Type of value