Module jsonrpsee_types::params

source ·
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 of Params.
JSON-RPC v2 marker type.

Enums

Request Id
Id of a subscription, communicated by the server.