sui_getMoveFunctionArgTypes
POST
/{apiKey}
Returns the list of argument types for a specified Move function within a Move module. The response is based on the normalized types, and includes descriptors like "Pure" or "Object" with reference semantics.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The package object ID of the Move module.
stringrequired
The name of the Move module.
stringrequired
The name of the Move function.
Responses
200
A list of argument types expected by the Move function.
Was this page helpful?