Type Definition pallet_fees::pallet::ActiveEra

source ·
pub type ActiveEra<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveEra<T>, ActiveEraInfo<T::BlockNumber>>;
Expand description

The active era information, it holds index and start.

The active era is the era being currently rewarded.