Type Definition parachain_staking::pallet::RoundAggregatorInfo
source · pub type RoundAggregatorInfo<T: Config> = StorageMap<_GeneratedPrefixForStorageRoundAggregatorInfo<T>, Twox64Concat, u32, BTreeMap<T::AccountId, BTreeMap<T::AccountId, BalanceOf<T>>>, OptionQuery>;
Expand description
Stored once per session, maps aggregator to list of assosiated candidates
Storage type is StorageMap
with key type RoundIndex
and value type BTreeMap < T :: AccountId, BTreeMap < T :: AccountId, BalanceOf < T > > >
.