async fn fetch_batch_with_retry<S: TransactionSource>(
collector: &TransactionCollector<S>,
block: u64,
) -> Option<CollectionResult>Expand description
Fetches a batch of transactions with retry logic.
Returns None if all retries are exhausted.