Skip to content
Alchemy Logo

sui_getNormalizedMoveFunction

POST
/{apiKey}

Returns a structured and fully resolved representation of the specified Move function, including its visibility, entry status, parameter and return types, and type parameter constraints.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The package object ID of the Move module.

stringrequired

The name of the Move module.

stringrequired

The name of the Move function.

Responses

200

Normalized representation of the requested Move function.

Was this page helpful?