Skip to main content

Class: AptosMoveModuleAbi

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

Class: AptosMoveModuleAbi

@moralisweb3/common-aptos-utils.AptosMoveModuleAbi

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosMoveModuleAbi

Parameters

NameType
inputAptosMoveModuleAbiInput | AptosMoveModuleAbi

Returns

AptosMoveModuleAbi


fromJSON

Static fromJSON(json): AptosMoveModuleAbi

Parameters

NameType
jsonAptosMoveModuleAbiJSON

Returns

AptosMoveModuleAbi


toJSON

toJSON(): AptosMoveModuleAbiJSON

Returns

AptosMoveModuleAbiJSON

Properties

address

Readonly address: AptosAddress

Description

A hex encoded 32 byte Aptos account address.


exposedFunctions

Readonly exposedFunctions: AptosModuleExposedFunction[]

Description

Public functions of the module


friends

Readonly friends: string[]

Description

Friends of the module


name

Readonly name: string


structs

Readonly structs: AptosModuleStruct[]

Description

Structs of the module