Type Definition pallet_society::pallet::Candidates
source · pub type Candidates<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageCandidates<T, I>, Vec<Bid<T::AccountId, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance>>, ValueQuery>;
Expand description
The current set of candidates; bidders that are attempting to become members.