Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.28.0
@aptos-labs/ts-sdk
MoveModule
Type alias MoveModule
Move
Module
:
{
address
:
string
;
exposed_functions
:
MoveFunction
[]
;
friends
:
MoveModuleId
[]
;
name
:
string
;
structs
:
MoveStruct
[]
;
}
A Move module
Type declaration
address
:
string
exposed_
functions
:
MoveFunction
[]
Public functions of the module
friends
:
MoveModuleId
[]
Friends of the module
name
:
string
structs
:
MoveStruct
[]
Structs of the module
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.28.0
Loading...
A Move module