Class: AptosModuleStruct
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosModuleStruct
Class: AptosModuleStruct
@moralisweb3/common-aptos-utils.AptosModuleStruct
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosModuleStruct
Parameters
Name | Type |
---|---|
input | AptosModuleStructInput | AptosModuleStruct |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosModuleStruct
Parameters
Name | Type |
---|---|
json | AptosModuleStructJSON |
Returns
toJSON
▸ toJSON(): AptosModuleStructJSON
Returns
Properties
abilities
• Readonly
abilities: string
[]
Description
Abilities associated with the struct
fields
• Readonly
fields: AptosModuleStructField
[]
Description
Fields associated with the struct
genericTypeParams
• Readonly
genericTypeParams: AptosGenericTypeParam
[]
Description
Generic types associated with the struct
isNative
• Readonly
isNative: boolean
Description
Whether the struct is a native struct of Move
name
• Readonly
name: string
Description
Name of the struct