Type Alias pallet_ranked_collective::pallet::VotingCleanup
source · pub type VotingCleanup<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageVotingCleanup<T, I>, Blake2_128Concat, PollIndexOf<T, I>, BoundedVec<u8, KeyLenOf<Voting<T, I>>>>;
Expand description
Storage type is [StorageMap
] with key type PollIndexOf < T, I >
and value type BoundedVec < u8, KeyLenOf < Voting < T, I > > >
.
Aliased Type§
struct VotingCleanup<T: Config<I>, I: 'static = ()>(/* private fields */);