Expand description
JSON-RPC response object related types. Types pertaining to JSON-RPC responses.
Structs§
- JSON-RPC response object as defined in the spec.
- Return value for subscriptions.
- Error value for subscriptions.
Enums§
- Represent the payload of the JSON-RPC response object
Type Aliases§
- Subscription response object, embedding a
SubscriptionPayload
in theparams
member along witherror
field. - Subscription response object, embedding a
SubscriptionPayload
in theparams
member along withresult
field.