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: StringJSON RPC version
method: StringThe method
params: SubIdThe parameters