WsResponse

Type Alias WsResponse 

Source
pub type WsResponse = WsResponse<SubId>;
Expand description

Generic websocket response

Aliased Type§

pub struct WsResponse {
    pub jsonrpc: String,
    pub result: WsResponseResult<SubId>,
    pub id: usize,
}

Fields§

§jsonrpc: String

JSON RPC version

§result: WsResponseResult<SubId>

The result

§id: usize

The request ID