Type Definition pallet_democracy::pallet::ReferendumInfoOf
source · pub type ReferendumInfoOf<T: Config> = StorageMap<_GeneratedPrefixForStorageReferendumInfoOf<T>, Twox64Concat, ReferendumIndex, ReferendumInfo<T::BlockNumber, T::Hash, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>;
Expand description
Information concerning any given referendum.
TWOX-NOTE: SAFE as indexes are not under an attacker’s control.