Module server

Source
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

Type Aliases§

ServerTask 🔒