[][src]Crate json_rpc_types

JSON-RPCv2 data types

This library provides generic type definitions to serialize/deserialize JSON-RPC request/responses. It doesn't contain implementation itself as it is intended to be used as building block of actual implementation.

Re-exports

pub use str_buf;

Structs

Error

Error object, defined by JSON-RPC

Request

Request representation.

Response

Response representation.

Enums

ErrorCode

JSON-RPC error code

Id

Request identfier

Version

Protocol Version