Skip to main content

get_logs_chunked_concurrent

Function get_logs_chunked_concurrent 

Source
async fn get_logs_chunked_concurrent<P: Provider<N>, N: Network>(
    provider: &P,
    filter: &Filter,
    from: u64,
    to: u64,
    chunk_size: u64,
) -> Result<Vec<Log>>
Expand description

Retrieves logs for the inclusive [from, to] range using concurrent chunked requests.