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
- Cookie-based authentication for the RPC server.
- error
- RPC error codes & their handling.
- http_
request_ compatibility - Compatibility fixes for JSON-RPC HTTP requests.
- rpc_
call_ compatibility - Compatibility fixes for JSON-RPC remote procedure calls.
Structs§
- RpcServer
- Zebra RPC Server
Constants§
- OPENED_
RPC_ ENDPOINT_ MSG - The message to log when logging the RPC server’s listen address