pub type ReferendumInfoOf<T: Config> = StorageMap<_GeneratedPrefixForStorageReferendumInfoOf<T>, Twox64Concat, ReferendumIndex, ReferendumInfo<BlockNumberFor<T>, BoundedCallOf<T>, <<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.

Storage type is [StorageMap] with key type ReferendumIndex and value type ReferendumInfo < BlockNumberFor < T > , BoundedCallOf < T > , BalanceOf < T > >.

Aliased Type§

struct ReferendumInfoOf<T: Config>(/* private fields */);