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 */);