Type Alias pallet_capacity::pallet::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 */);