Type Alias pallet_collator_selection::pallet::Candidates
source · pub type Candidates<T: Config> = StorageValue<_GeneratedPrefixForStorageCandidates<T>, Vec<CandidateInfo<T::AccountId, <<T as Config>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance>>, ValueQuery>;Expand description
The (community approved, limited) collation candidates.
Storage type is [StorageValue] with value type Vec < CandidateInfo < T :: AccountId, BalanceOf < T > > >.
Aliased Type§
struct Candidates<T: Config>(/* private fields */);