sui_getNormalizedMoveModule
POST
/{apiKey}
Returns a structured representation of a Move module, including all functions, structs, type parameters, visibility, and associated metadata.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
packagestringrequiredThe package object ID of the Move module.
module_namestringrequiredThe name of the Move module.
Responses
200
The normalized representation of the requested Move module.
Was this page helpful?