Function sc_transaction_pool::notification_future
source ยท 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.