Skip to main content

next_poll_range

Function next_poll_range 

Source
fn next_poll_range(
    next_block: u64,
    latest_block: u64,
    max_blocks_per_poll: u64,
) -> Option<(u64, u64)>