[−][src]Type Definition sc_client_api::client::ImportNotifications
type ImportNotifications<Block> = TracingUnboundedReceiver<BlockImportNotification<Block>>;
Type that implements futures::Stream
of block import events.