Module jsonrpsee_ws_client::manager[][src]

Expand description

Request manager. Handles and monitors JSONRPC v2 method calls and subscriptions

Definitions:

  • RequestId: request ID in the JSONRPC-v2 specification

Note: The spec allow number, string or null but this crate only supports numbers.

  • SubscriptionId: unique ID generated by server

Structs

BatchState

Batch state.

RequestManager

Manages and monitors JSONRPC v2 method calls and subscriptions.

Enums

RequestStatus

Indicates the status of a given request/response.