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