pub type VoteClearCursor<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageVoteClearCursor<T, I>, Twox64Concat, T::AccountId, BoundedVec<u8, KeyLenOf<Votes<T, I>>>>;
Expand description
Clear-cursor for Vote, map from Candidate -> (Maybe) Cursor.
Storage type is [StorageMap
] with key type T :: AccountId
and value type BoundedVec < u8, KeyLenOf < Votes < T, I > > >
.
Aliased Type§
struct VoteClearCursor<T: Config<I>, I: 'static = ()>(/* private fields */);