pub trait VotingPeriodRange<BlockNumber> { fn min() -> BlockNumber; fn max() -> BlockNumber; }
A type to abstract the range of voting period
The minimum value of the voting period range
The maximum value of the voting period range