Skip to main content

Class: AptosWriteTableChangeSetChange

moralis-monorepo / @moralisweb3/common-aptos-utils / AptosWriteTableChangeSetChange

Class: AptosWriteTableChangeSetChange

@moralisweb3/common-aptos-utils.AptosWriteTableChangeSetChange

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosWriteTableChangeSetChange

Parameters

NameType
inputAptosWriteTableChangeSetChangeInput | AptosWriteTableChangeSetChange

Returns

AptosWriteTableChangeSetChange


fromJSON

Static fromJSON(json): AptosWriteTableChangeSetChange

Parameters

NameType
jsonAptosWriteTableChangeSetChangeJSON

Returns

AptosWriteTableChangeSetChange


isInput

Static isInput(input): input is AptosWriteTableChangeSetChangeInput

Parameters

NameType
inputany

Returns

input is AptosWriteTableChangeSetChangeInput


isJSON

Static isJSON(json): json is AptosWriteTableChangeSetChangeJSON

Parameters

NameType
jsonany

Returns

json is AptosWriteTableChangeSetChangeJSON


toJSON

toJSON(): AptosWriteTableChangeSetChangeJSON

Returns

AptosWriteTableChangeSetChangeJSON

Properties

data

Readonly data: AptosDecodedTableData


handle

Readonly handle: string

Description

All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.


key

Readonly key: string

Description

All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.


stateKeyHash

Readonly stateKeyHash: string

Description

State key hash


type

Readonly type: string


value

Readonly value: string

Description

All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.