Type Definition pallet_staking::CurrentEra[][src]

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.