Module jsonrpsee_types::response
source · Expand description
JSON-RPC response object related types. Types pertaining to JSON-RPC responses.
Structs
- JSON-RPC successful response object as defined in the spec.
- Return value for subscriptions.
- Error value for subscriptions.
Type Definitions
- Subscription response object, embedding a
SubscriptionPayload
in theparams
member along witherror
field. - Subscription response object, embedding a
SubscriptionPayload
in theparams
member along withresult
field.