loom_broadcast_broadcaster::flashbots

Function broadcast_task

Source
async fn broadcast_task<P, T, DB>(
    broadcast_request: TxComposeData<DB>,
    client: Arc<Flashbots<P, T>>,
) -> Result<()>
where T: Transport + Clone, P: Provider<T, Ethereum> + Send + Sync + Clone + 'static, DB: Send + Sync + Clone + 'static,