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

apiKeystringRequired

Request

This endpoint expects an object.
packagestringRequired
The package object ID of the Move module.
modulestringRequired
The name of the Move module.
functionstringRequired
The name of the Move function.

Response

A list of argument types expected by the Move function.
enum
Allowed values:
OR
object