@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
MoveModule
Type Alias MoveModule
A Move module
type
MoveModule
=
{
address
:
string
;
exposed_functions
:
MoveFunction
[]
;
friends
:
MoveModuleId
[]
;
name
:
string
;
structs
:
MoveStruct
[]
;
}
Index
Properties
address
exposed_
functions
friends
name
structs
Properties
address
address
:
string
exposed_
functions
exposed_functions
:
MoveFunction
[]
Public functions of the module
friends
friends
:
MoveModuleId
[]
Friends of the module
name
name
:
string
structs
structs
:
MoveStruct
[]
Structs of the module
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
exposed_
functions
friends
name
structs
@aptos-labs/ts-sdk - v5.1.4
Loading...
A Move module