Module params

Module 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§

Params
Parameters sent with an incoming JSON-RPC request.
ParamsSequence
An Iterator-like parser for a sequence of Params.
TwoPointZero
JSON-RPC v2 marker type.

Enums§

Id
Request Id
InvalidRequestId
Represent a request that failed because of an invalid request id.
SubscriptionId
Id of a subscription, communicated by the server.