pub type Candidates<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCandidates<T, I>, Blake2_128Concat, T::AccountId, Candidacy<T::AccountId, BalanceOf<T, I>>, OptionQuery>;Expand description
Storage type is [StorageMap] with key type T :: AccountId and value type Candidacy < T :: AccountId, BalanceOf < T, I > >.
Aliased Type§
struct Candidates<T: Config<I>, I: 'static = ()>(/* private fields */);