pub async fn notification_future<Client, Pool, Block>(
    client: Arc<Client>,
    txpool: Arc<Pool>
)where
    Block: BlockT,
    Client: BlockchainEvents<Block>,
    Pool: MaintainedTransactionPool<Block = Block>,
Expand description

Inform the transaction pool about imported and finalized blocks.