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.
Path parameters
apiKey
Request
This endpoint expects an object.
package
The package object ID of the Move module.
module_name
The name of the Move module.
function_name
The name of the Move function.
Response
Normalized representation of the requested Move function.