Expand description
JSON-RPC response object related types. Types pertaining to JSON-RPC responses.
Structs§
- Response
- JSON-RPC response object as defined in the spec.
- Subscription
Payload - Return value for subscriptions.
- Subscription
Payload Error - Error value for subscriptions.
- Success
- JSON-RPC response object as defined in the spec
but differs from
Responseas it only represent a successful response.
Enums§
- Response
Payload - Represent the payload of the JSON-RPC response object
Type Aliases§
- Subscription
Error - Subscription response object, embedding a
SubscriptionPayloadin theparamsmember along witherrorfield. - Subscription
Response - Subscription response object, embedding a
SubscriptionPayloadin theparamsmember along withresultfield.