referrerpolicy=no-referrer-when-downgrade
sc_client_api::client

Type Alias ImportNotifications

Source
pub type ImportNotifications<Block> = TracingUnboundedReceiver<BlockImportNotification<Block>>;
Expand description

Type that implements futures::Stream of block import events.

Aliased Type§

struct ImportNotifications<Block> { /* private fields */ }