Skip to main content

get_logs_bisecting

Function get_logs_bisecting 

Source
fn get_logs_bisecting<'a, P: Provider<N>, N: Network>(
    provider: &'a P,
    filter: &'a Filter,
    from: u64,
    to: u64,
) -> BoxFuture<'a, Result<Vec<Log>>>
Expand description

Fetches logs for the inclusive [from, to] range, recursively bisecting on failure.