Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
SuiMoveNormalizedType
Type alias SuiMoveNormalizedType
Sui
Move
Normalized
Type
:
"Bool"
|
"U8"
|
"U16"
|
"U32"
|
"U64"
|
"U128"
|
"U256"
|
"Address"
|
"Signer"
|
{
Struct
:
{
address
:
string
;
module
:
string
;
name
:
string
;
typeArguments
:
SuiMoveNormalizedType
[]
;
}
;
}
|
{
Vector
:
SuiMoveNormalizedType
;
}
|
{
TypeParameter
:
number
;
}
|
{
Reference
:
SuiMoveNormalizedType
;
}
|
{
MutableReference
:
SuiMoveNormalizedType
;
}
Type declaration
Struct
:
{
address
:
string
;
module
:
string
;
name
:
string
;
typeArguments
:
SuiMoveNormalizedType
[]
;
}
address
:
string
module
:
string
name
:
string
type
Arguments
:
SuiMoveNormalizedType
[]
Type declaration
Vector
:
SuiMoveNormalizedType
Type declaration
Type
Parameter
:
number
Type declaration
Reference
:
SuiMoveNormalizedType
Type declaration
Mutable
Reference
:
SuiMoveNormalizedType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...