Files
stacks-blockchain-api/docs/api/errors/search-not-found.example.json
2021-10-20 08:21:49 +02:00

8 lines
141 B
JSON

{
"found": false,
"result": {
"entity_type": "unknown_hash"
},
"error": "No block or transaction found with hash \"0xabc123\""
}