Type Definition pallet_collective::pallet::Voting

source ·
pub type Voting<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageVoting<T, I>, Identity, T::Hash, Votes<T::AccountId, T::BlockNumber>, OptionQuery>;
Expand description

Votes on a given proposal, if it is ongoing.