Expand description
Parse JSON-RPC method calls and notifications, and build responses messages.
Structs§
- Error while parsing a request.
- Decoded JSON-RPC request.
Enums§
- Error that can be reported to the JSON-RPC client.
- Decoded JSON-RPC response.
Functions§
- Builds a JSON response.
- Builds a JSON error response when a request couldn’t be decoded.
- Builds a JSON request.
- Builds a JSON response.
- Parses a JSON-encoded RPC method call or notification.
- Parses a JSON-encoded RPC response.