Documentation
Preparing search index...
@mysten/sui
client
GetMoveFunctionArgTypesParams
Interface GetMoveFunctionArgTypesParams
Return the argument types of a Move function, based on normalized Type.
interface
GetMoveFunctionArgTypesParams
{
function
:
string
;
module
:
string
;
package
:
string
;
signal
?:
AbortSignal
;
}
Index
Properties
function
module
package
signal?
Properties
function
function
:
string
module
module
:
string
package
package
:
string
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
module
package
signal
Documentation
Loading...
Return the argument types of a Move function, based on normalized Type.