Expand description

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.

Structs

JSON-RPC Invalid request as defined in the spec.

JSON-RPC notification (a request object without a request ID) as defined in the spec.

JSON-RPC request object as defined in the spec.