sui_getMoveFunctionArgTypes
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.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
package
The package object ID of the Move module.
module
The name of the Move module.
function
The name of the Move function.
Response
A list of argument types expected by the Move function.
Allowed values:
OR