Type Definition pallet_collator_selection::pallet::Candidates [−][src]
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, limited) collation candidates.