Class: AptosWriteModuleData
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosWriteModuleData
Class: AptosWriteModuleData
@moralisweb3/common-aptos-utils.AptosWriteModuleData
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosWriteModuleData
Parameters
Name | Type |
---|---|
input | AptosWriteModuleDataInput | AptosWriteModuleData |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosWriteModuleData
Parameters
Name | Type |
---|---|
json | AptosWriteModuleDataJSON |
Returns
toJSON
▸ toJSON(): AptosWriteModuleDataJSON
Returns
Properties
abi
• Readonly
abi: AptosMoveModuleAbi
bytecode
• Readonly
bytecode: string
Description
All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.