pub(super) async fn get_logs_chunked<P: Provider<N>, N: Network>( provider: &P, filter: &Filter, chunk_size: u64, ) -> Result<Vec<Log>>
Retrieves logs, splitting the request into fixed-size block chunks when needed.