Type Definition parachain_staking::pallet::CandidateAggregator
source · pub type CandidateAggregator<T: Config> = StorageValue<_GeneratedPrefixForStorageCandidateAggregator<T>, BTreeMap<T::AccountId, T::AccountId>, ValueQuery>;
Expand description
Maps collator to its aggregator
Storage type is StorageValue
with value type BTreeMap < T :: AccountId, T :: AccountId >
.