Type Definition 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.