Skip to main content

Module rpc

Module rpc 

Source
Expand description

§RPC packet encoding, dispatch, and verification

The request/response packet formats, the proof-of-work search and verification that gate them, the server-identity signature that binds a response to the request it answers, and the high-level helpers that wrap the whole round trip for callers.

Modules§

rpc
High-level RPC client helpers
rpc_request
RPC request packet encode / decode
rpc_response
RPC response packet encode / decode