Module response

Module response 

Source
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.
SubscriptionPayload
Return value for subscriptions.
SubscriptionPayloadError
Error value for subscriptions.
Success
JSON-RPC response object as defined in the spec but differs from Response as it only represent a successful response.

Enums§

ResponsePayload
Represent the payload of the JSON-RPC response object

Type Aliases§

SubscriptionError
Subscription response object, embedding a SubscriptionPayload in the params member along with error field.
SubscriptionResponse
Subscription response object, embedding a SubscriptionPayload in the params member along with result field.