pub const PLEXUS_NOTIF_METHOD: &'static str;Expand description
The JSON-RPC method name used in all plexus subscription notifications.
Every subscription registered by plexus (.call, .hash, .schema, _info)
sends notifications with "method": PLEXUS_NOTIF_METHOD on the wire.
Clients must match against this value when dispatching raw subscription frames.