Type Definition pallet_staking::ActiveEra
source · 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.