Function polkadot_node_subsystem::forward_events
pub async fn forward_events<P>(client: Arc<P>, handle: Handle)
Expand description
Glues together the Overseer
and BlockchainEvents
by forwarding
import and finality notifications into the OverseerHandle
.