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
| Name | Type |
|---|---|
input | AptosWriteTableChangeSetChangeInput | AptosWriteTableChangeSetChange |
Returns
AptosWriteTableChangeSetChange
fromJSON
▸ Static fromJSON(json): AptosWriteTableChangeSetChange
Parameters
| Name | Type |
|---|---|
json | AptosWriteTableChangeSetChangeJSON |
Returns
AptosWriteTableChangeSetChange
isInput
▸ Static isInput(input): input is AptosWriteTableChangeSetChangeInput
Parameters
| Name | Type |
|---|---|
input | any |
Returns
input is AptosWriteTableChangeSetChangeInput
isJSON
▸ Static isJSON(json): json is AptosWriteTableChangeSetChangeJSON
Parameters
| Name | Type |
|---|---|
json | any |
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.