pub type ReferendumInfoFor<T, I> = StorageMap<ReferendumInfoFor_Storage_Instance<T, I>, Blake2_128Concat, ReferendumIndex, ReferendumInfo<TrackIdOf<T, I>, PalletsOriginOf<T>, BlockNumberFor<T>, BoundedCallOf<T, I>, BalanceOf<T, I>, TallyOf<T, I>, <T as Config>::AccountId, ScheduleAddressOf<T, I>>>;
Aliased Type§
struct ReferendumInfoFor<T, I>(/* private fields */);