Crate jsonrpc_sys

Source
Expand description

A lightweight library defining the types declared by the JSON-RPC 2.0 specification.

Structs§

Error
A JSON-RPC 2.0 error.
ErrorCode
A JSON-RPC 2.0 error code.
Request
A JSON-RPC 2.0 request.
Response
A JSON-RPC 2.0 response.

Enums§

Id
A request identifier.
MaybeBatchedRequests
Represents either one, or multiple JSON-RPC Requests.