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. Candidates and Invulnerables should be mutually exclusive.

Storage type is [StorageValue] with value type BoundedVec < CandidateInfo < T :: AccountId, BalanceOf < T > >, T :: MaxCandidates >.