Expand description
A JSON-RPC 1.0 & 2.0 endpoint for Zebra.
This endpoint is compatible with clients that incorrectly send
"jsonrpc" = 1.0
fields in JSON-RPC 1.0 requests,
such as lightwalletd
.
See the full list of Differences between JSON-RPC 1.0 and 2.0.
Modules§
- Cookie-based authentication for the RPC server.
- Compatibility fixes for JSON-RPC HTTP requests.
- Compatibility fixes for JSON-RPC remote procedure calls.
Structs§
- Zebra RPC Server
Constants§
- The message to log when logging the RPC server’s listen address