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.