Expand description
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.
Structs§
- Parameters sent with an incoming JSON-RPC request.
- An
Iterator
-like parser for a sequence ofParams
. - JSON-RPC v2 marker type.
Enums§
- Request Id
- Represent a request that failed because of an invalid request id.
- Id of a subscription, communicated by the server.