Trait pallet_asset_index::traits::LockupPeriodRange[][src]

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

A type to abstract the range of lockup period

Required methods

The minimum value of the lockup period range

The maximum value of the lockup period range

Implementors