Expand description
JSON-RPC 2.0 Protocol Types
This module implements the JSON-RPC 2.0 specification types. Reference: https://www.jsonrpc.org/specification
Structs§
- Error
Code - JSON-RPC 2.0 standard error codes
- Json
RpcError - JSON-RPC 2.0 Error Object
- Json
RpcRequest - JSON-RPC 2.0 Request Object
- Json
RpcResponse - JSON-RPC 2.0 Response Object
Enums§
- Json
RpcId - JSON-RPC Request ID
- Json
RpcMessage - Represents either a single request/response or a batch
Constants§
- JSONRPC_
VERSION - JSON-RPC version string