Function flashbots_broadcaster_worker

Source
async fn flashbots_broadcaster_worker<P>(
    client: Arc<Flashbots<P>>,
    bundle_rx: Broadcaster<MessageTxCompose>,
    allow_broadcast: bool,
) -> WorkerResult
where P: Provider<Ethereum> + Send + Sync + Clone + 'static,