Skip to main content

Module protocol

Module protocol 

Source
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§

ErrorCode
JSON-RPC 2.0 standard error codes
JsonRpcError
JSON-RPC 2.0 Error Object
JsonRpcRequest
JSON-RPC 2.0 Request Object
JsonRpcResponse
JSON-RPC 2.0 Response Object

Enums§

JsonRpcId
JSON-RPC Request ID
JsonRpcMessage
Represents either a single request/response or a batch

Constants§

JSONRPC_VERSION
JSON-RPC version string