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 the params member along with error field.
Subscription response object, embedding a SubscriptionPayload in the params member along with result field.