pub type ActiveEra<T> = StorageValue<_GeneratedPrefixForStorageActiveEra<T>, ActiveEraInfo>;Expand description
The active era information, it holds index and start.
The active era is the era being currently rewarded. Validator set of this era must be
equal to SessionInterface::validators.
Storage type is [StorageValue] with value type ActiveEraInfo.
Aliased Type§
struct ActiveEra<T>(/* private fields */);