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

type ApprovalsOf<T: Config> = StorageMap<_GeneratedPrefixForStorageApprovalsOf<T>, Twox64Concat, (T::AccountId, u32), Vec<u32>, ValueQuery>;
Expand description

TWOX-NOTE: SAFE as AccountId is a crypto hash and SetIndex is not attacker-controlled.