pub type WsNotification = WsNotification<SubId>;
Expand description
Notification message sent over websocket
Aliased Type§
pub struct WsNotification {
pub jsonrpc: String,
pub method: String,
pub params: SubId,
}
Fields§
§jsonrpc: String
JSON RPC version
method: String
The method
params: SubId
The parameters