Type Alias pallet_society::pallet::Candidates
source · pub type Candidates<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCandidates<T, I>, Blake2_128Concat, T::AccountId, Candidacy<T::AccountId, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance>, 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 */);