Alchemy Logo

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-demo

For higher throughput, create your own API key

Request

packagestringrequired

The package object ID of the Move module.

modulestringrequired

The name of the Move module.

functionstringrequired

The name of the Move function.

Responses

200

A list of argument types expected by the Move function.

Was this page helpful?