Module request

Module request 

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

InvalidRequest
JSON-RPC Invalid request as defined in the spec.
Notification
JSON-RPC notification (a request object without a request ID) as defined in the spec.
NotificationSer
Serializable JSON-RPC notification object.
Request
JSON-RPC request object as defined in the spec.
RequestSer
Serializable JSON-RPC object.