pub type CurrentEraInfo<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEraInfo<T>, EraInfo, ValueQuery>;Expand description
General information about the current era.
Storage type is [StorageValue] with value type EraInfo.
Aliased Typeยง
struct CurrentEraInfo<T: Config>(/* private fields */);