Type Alias ActiveEra

ActiveEra: StorageDescriptor<[], { index: number; start?: bigint }, true, never>

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].