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.

Path parameters

apiKeystringRequiredDefaults to docs-demo

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.
SuiGetMoveFunctionArgTypesResultItems0enum
Allowed values:
OR
SuiGetMoveFunctionArgTypesResultItems1object