Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/ast/1/0x5dbad78818d4c8958eff2d5b95b28385a22113cd/enums'
{
"$schema": "https://api.unpack.dev/schemas/AstEnums.json",
"contractAddress": "string",
"contractId": "string",
"enums": [
{
"canonicalName": "string",
"id": 0,
"members": [
null
],
"name": "string",
"nameLocation": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
},
"nodeType": 0,
"src": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
},
"typeDescription": {
"typeIdentifier": "string",
"typeString": "string"
}
}
],
"networkId": {},
"total": 0
}