Type Alias pallet_capacity::pallet::CurrentEpoch
source · pub type CurrentEpoch<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEpoch<T>, T::EpochNumber, ValueQuery>;
Expand description
Storage for the current epoch number
Storage type is [StorageValue
] with value type T :: EpochNumber
.
Aliased Type§
struct CurrentEpoch<T: Config>(/* private fields */);