Type Definition pallet_ranked_collective::pallet::Voting

source ·
pub type Voting<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageVoting<T, I>, Blake2_128Concat, PollIndexOf<T, I>, Twox64Concat, T::AccountId, VoteRecord>;
Expand description

Votes on a given proposal, if it is ongoing.