Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/ast/1/0x5dbad78818d4c8958eff2d5b95b28385a22113cd/libraries'
{
"$schema": "https://api.unpack.dev/schemas/AstLibraries.json",
"contractAddress": "string",
"contractId": "string",
"libraries": [
{
"absolutePath": "string",
"baseContracts": [
{
"baseName": {
"contractReferencedDeclaration": 0,
"id": 0,
"name": "string",
"nodeType": 0,
"referencedDeclaration": 0,
"src": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
}
},
"id": 0,
"nodeType": 0,
"src": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
}
}
],
"exportedSymbols": [
{
"absolute_path": "string",
"id": 0,
"name": "string"
}
],
"id": 0,
"kind": 0,
"license": "string",
"name": "string",
"nodeType": 0,
"nodes": [
null
],
"src": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
}
}
],
"networkId": {}
}