zakura-rpc 5.0.0

The Zakura node's JSON Remote Procedure Call (JSON-RPC) interface. Internal crate, published to support cargo install zakura
1
2
3
4
5
6
7
8
9
10
11
---
source: zebra-rpc/src/methods/tests/snapshot.rs
expression: rsp
snapshot_kind: text
---
{
  "Err": {
    "code": -5,
    "message": "Transaction not found in mempool or best chain"
  }
}