Crate jsonrpsee_types

source ·
Expand description

JSON-RPC specific types.

Re-exports§

Modules§

  • JSON-RPC response error object related types.
  • JSON-RPC params related types. Types to handle JSON-RPC request parameters according to the spec. Some types come with a “*Ser” variant that implements serde::Serialize; these are used in the client.
  • JSON-RPC request object related types Types to handle JSON-RPC requests according to the spec. Some types come with a “*Ser” variant that implements serde::Serialize; these are used in the client.
  • JSON-RPC response object related types. Types pertaining to JSON-RPC responses.