Function reth::rpc::server_types::eth::logs_utils::get_filter_block_range

pub fn get_filter_block_range(
    from_block: Option<u64>,
    to_block: Option<u64>,
    start_block: u64,
    info: ChainInfo,
) -> (u64, u64)
Expand description

Computes the block range based on the filter range and current block numbers