Expand description
JSON-RPC types and methods.
Structs§
- Json
RpcNotification - Data structure for a JSON-RPC notification.
- Json
RpcNotification Result Params - Parameters used to return a result and error for a notification.
- Json
RpcRequest - Data structure for a JSON-RPC request.
- Json
RpcResponse - Data structure for a JSON-RPC response.
- Json
RpcResponse Error - Data structure for the error in a JSON-RPC response.
Enums§
- Json
RpcError Code - A subset of JSON-RPC error codes.
- Json
RpcMessage - All supported types of JSON-RPC messages.
Constants§
- ID_KEY
- The id field name used by the request and response.
- JSON_
RPC_ VERSION - The version of JSON-RPC used by this crate.
- METHOD_
KEY - The method field name used by the request and notification.