sui_getNormalizedMoveModule
Returns a structured representation of a Move module, including all functions, structs, type parameters, visibility, and associated metadata.
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.
Response
The normalized representation of the requested Move module.