pub type CurrentEraInfo<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEraInfo<T>, RewardEraInfo<RewardEra, BlockNumberFor<T>>, ValueQuery>;
Expand description

Information about the current reward era. Checked every block.

Storage type is [StorageValue] with value type RewardEraInfo < RewardEra, BlockNumberFor < T > >.

Aliased Type§

struct CurrentEraInfo<T: Config>(/* private fields */);