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