Type Definition pallet_democracy::pallet::DepositOf[][src]

type DepositOf<T: Config> = StorageMap<_GeneratedPrefixForStorageDepositOf<T>, Twox64Concat, PropIndex, (Vec<T::AccountId>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance)>;
Expand description

Those who have locked a deposit.

TWOX-NOTE: Safe, as increasing integer keys are safe.