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

type VoterInfoOf<T: Config> = StorageMap<_GeneratedPrefixForStorageVoterInfoOf<T>, Twox64Concat, T::AccountId, VoterInfo<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>;
Expand description

Basic information about a voter.

TWOX-NOTE: SAFE as AccountId is a crypto hash.