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