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