referrerpolicy=no-referrer-when-downgrade

VotingCleanup

Type Alias 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§

pub struct VotingCleanup<T: Config<I>, I: 'static = ()>(/* private fields */);