Type Definition pallet_collator_selection::pallet::Candidates
source · pub type Candidates<T: Config> = StorageValue<_GeneratedPrefixForStorageCandidates<T>, BoundedVec<CandidateInfo<T::AccountId, <<T as Config>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance>, T::MaxCandidates>, ValueQuery>;
Expand description
The (community, limited) collation candidates.