Type Alias BlockRange

Source
pub type BlockRange = RangeInclusive<u64>;
Expand description

Type alias of RangeInclusive<u64>.

Aliased Typeยง

struct BlockRange { /* private fields */ }