Type Definition pallet_elections::pallet::Candidates[][src]

type Candidates<T: Config> = StorageValue<_GeneratedPrefixForStorageCandidates<T>, Vec<T::AccountId>, ValueQuery>;
Expand description

The present candidate list.