Type Alias pallet_staking::CurrentEra
source · pub type CurrentEra<T> = StorageValue<_GeneratedPrefixForStorageCurrentEra<T>, EraIndex>;
Expand description
The current era index.
This is the latest planned era, depending on how the Session pallet queues the validator set, it might be active or not.
Storage type is [StorageValue
] with value type EraIndex
.
Aliased Type§
struct CurrentEra<T>(/* private fields */);