pub type ReferendumInfoFor<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageReferendumInfoFor<T, I>, Blake2_128Concat, ReferendumIndex, ReferendumInfoOf<T, I>>;Expand description
Information concerning any given referendum.
Storage type is [StorageMap] with key type ReferendumIndex and value type ReferendumInfoOf < T, I >.
Aliased Type§
struct ReferendumInfoFor<T: Config<I>, I: 'static = ()>(/* private fields */);