Skip to main content

PLEXUS_NOTIF_METHOD

Constant PLEXUS_NOTIF_METHOD 

Source
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.