Type Alias pallet_dapp_staking::pallet::CurrentEraInfo
source · 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 */);