pub type WsNotification = WsNotification<SubId>;Aliased Type§
struct WsNotification {
pub jsonrpc: String,
pub method: String,
pub params: SubId,
}Fields§
§jsonrpc: StringJSON RPC version
method: StringThe method
params: SubIdThe parameters