Documentation
Preparing search index...
@mysten/sui
transactions
normalizedTypeToMoveTypeSignature
Function normalizedTypeToMoveTypeSignature
normalizedTypeToMoveTypeSignature
(
type
:
SuiMoveNormalizedType
,
)
:
{
body
:
OpenMoveTypeSignatureBody
;
ref
:
null
|
"&"
|
"&mut"
}
Parameters
type
:
SuiMoveNormalizedType
Returns
{
body
:
OpenMoveTypeSignatureBody
;
ref
:
null
|
"&"
|
"&mut"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...