Skip to main content

fetch_and_cache_header_batch

Function fetch_and_cache_header_batch 

Source
async fn fetch_and_cache_header_batch(
    provider: &impl Provider<TempoNetwork>,
    cache: &mut BlockCache,
    numbers: &[u64],
) -> Result<()>