Module jsonrpsee_types::response
source · Expand description
JSON-RPC response object related types. Types pertaining to JSON-RPC responses.
Structs
Return value for subscriptions.
Error value for subscriptions.
Type Definitions
Subscription response object, embedding a
SubscriptionPayload
in the params
member along with error
field.Subscription response object, embedding a
SubscriptionPayload
in the params
member along with result
field.