pub async fn propagate_transaction_notifications<Block, ExPool>(
    transaction_pool: Arc<ExPool>,
    tx_handler_controller: TransactionsHandlerController<<Block as BlockT>::Hash>,
    telemetry: Option<TelemetryHandle>,
)where
    Block: BlockT,
    ExPool: MaintainedTransactionPool<Block = Block, Hash = <Block as BlockT>::Hash>,Expand description
Returns a future that forwards imported transactions to the transaction networking protocol.