referrerpolicy=no-referrer-when-downgrade

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§

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