[][src]Type Definition sc_client::ImportNotifications

type ImportNotifications<Block> = UnboundedReceiver<BlockImportNotification<Block>>;

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