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