Skip to main content

fetch_batch_with_retry

Function fetch_batch_with_retry 

Source
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.