Type Alias pallet_ocif_staking::pallet::GeneralEraInfo

source ·
pub type GeneralEraInfo<T: Config> = StorageMap<_GeneratedPrefixForStorageGeneralEraInfo<T>, Twox64Concat, Era, EraInfo<BalanceOf<T>>>;
Expand description

General information about an era.

Storage type is [StorageMap] with key type Era and value type EraInfo < BalanceOf < T > >.

Aliased Type§

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