Skip to main content

Module jsonrpc

Module jsonrpc 

Source
Expand description

JSON-RPC 2.0 request/response primitives.

Structs§

JsonRpcError
JSON-RPC error object.
JsonRpcErrorResponse
An error JSON-RPC 2.0 response.
JsonRpcNotification
A JSON-RPC 2.0 notification (no id).
JsonRpcRequest
A JSON-RPC 2.0 request.
JsonRpcSuccessResponse
A successful JSON-RPC 2.0 response.
JsonRpcVersion
JSON-RPC version marker.
RawWireMessage
A raw, untyped wire message for low-level parsing.

Constants§

METHOD_NOT_FOUND
JSON-RPC error code for “Method not found”.