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