sui_getNormalizedMoveStruct
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.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
package
The package object ID containing the struct.
module_name
The name of the module containing the struct.
struct_name
The name of the Move struct to query.
Response
A structured definition of the Move struct.