sui_getNormalizedMoveFunction

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.

⚠ 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.
module_namestringRequired
The name of the Move module.
function_namestringRequired
The name of the Move function.

Response

Normalized representation of the requested Move function.