CurrentEra

Type Alias CurrentEra 

Source
pub type CurrentEra<T> = StorageValue<_GeneratedPrefixForStorageCurrentEra<T>, EraIndex>;
Expand description

The current planned 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ยง

pub struct CurrentEra<T>(/* private fields */);