Trait pallet_committee::traits::VotingPeriodRange[][src]

pub trait VotingPeriodRange<BlockNumber> {
    fn min() -> BlockNumber;
fn max() -> BlockNumber; }
Expand description

A type to abstract the range of voting period

Required methods

The minimum value of the voting period range

The maximum value of the voting period range

Implementors