Skip to main content

fetch_recent_block_hashes

Function fetch_recent_block_hashes 

Source
async fn fetch_recent_block_hashes(
    provider: &RootProvider<AnyNetwork>,
    latest_regular_block: u64,
) -> Result<Vec<(u64, B256)>>