Class: AptosDeleteModuleChange
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosDeleteModuleChange
Class: AptosDeleteModuleChange
@moralisweb3/common-aptos-utils.AptosDeleteModuleChange
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): AptosDeleteModuleChange
Parameters
| Name | Type |
|---|---|
input | AptosDeleteModuleChangeInput | AptosDeleteModuleChange |
Returns
fromJSON
▸ Static fromJSON(json): AptosDeleteModuleChange
Parameters
| Name | Type |
|---|---|
json | AptosDeleteModuleChangeJSON |
Returns
isInput
▸ Static isInput(input): input is AptosDeleteModuleChangeInput
Parameters
| Name | Type |
|---|---|
input | any |
Returns
input is AptosDeleteModuleChangeInput
isJSON
▸ Static isJSON(json): json is AptosDeleteModuleChangeJSON
Parameters
| Name | Type |
|---|---|
json | any |
Returns
json is AptosDeleteModuleChangeJSON
toJSON
▸ toJSON(): AptosDeleteModuleChangeJSON
Returns
Properties
address
• Readonly address: AptosAddress
Description
A hex encoded 32 byte Aptos account address.
module
• Readonly module: object
Description
Move module id is a string representation of Move module
stateKeyHash
• Readonly stateKeyHash: string
Description
State key hash
type
• Readonly type: string