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