Preparing search index...
The search index is not available
@moveflow/aptos-sdk
@moveflow/aptos-sdk
aptos
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
Inherited
External
Theme
OS
Light
Dark
@moveflow/aptos-sdk
Loading...
A Move module