Type Alias pallet_capacity::pallet::ProviderBoostHistories
source · pub type ProviderBoostHistories<T: Config> = StorageMap<_GeneratedPrefixForStorageProviderBoostHistories<T>, Twox64Concat, T::AccountId, ProviderBoostHistory<T>>;
Expand description
Individual history for each account that has Provider-Boosted.
Storage type is [StorageMap
] with key type T :: AccountId
and value type ProviderBoostHistory < T >
.
Aliased Type§
struct ProviderBoostHistories<T: Config>(/* private fields */);