pallet_capacity::pallet

Type Alias EpochLength

Source
pub type EpochLength<T: Config> = StorageValue<_GeneratedPrefixForStorageEpochLength<T>, BlockNumberFor<T>, ValueQuery, EpochLengthDefault<T>>;
Expand description

Storage for the epoch length

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Typeยง

struct EpochLength<T: Config>(/* private fields */);