Type Definition tc_client_api::client::ImportNotifications[][src]

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

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