sui_getNormalizedMoveStruct
POST
/{apiKey}
Returns the normalized, structured representation of a specified Move struct within a module of a given package. This includes information about type parameters, abilities, and field types.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The package object ID containing the struct.
stringrequired
The name of the module containing the struct.
stringrequired
The name of the Move struct to query.
Responses
200
A structured definition of the Move struct.
Was this page helpful?