Type Alias pallet_checked_inflation::pallet::CurrentEra
source · pub type CurrentEra<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEra<T>, u32, ValueQuery>;
Expand description
The current era. Starts from 1 and is reset every year.
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct CurrentEra<T: Config>(/* private fields */);