Skip to main content

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

NameType
inputAptosDecodedTableDataInput | AptosDecodedTableData

Returns

AptosDecodedTableData


fromJSON

Static fromJSON(json): AptosDecodedTableData

Parameters

NameType
jsonAptosDecodedTableDataJSON

Returns

AptosDecodedTableData


toJSON

toJSON(): AptosDecodedTableDataJSON

Returns

AptosDecodedTableDataJSON

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