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
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
packagestringrequiredThe package object ID of the Move module.
modulestringrequiredThe name of the Move module.
functionstringrequiredThe name of the Move function.
Responses
200
A list of argument types expected by the Move function.
Was this page helpful?