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