pub type CurrentEpochInfo<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEpochInfo<T>, EpochInfo<BlockNumberFor<T>>, ValueQuery>;
Expand description

Storage for the current epoch info

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

Aliased Type§

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