Type Definition pallet_committee::pallet::Votes [−][src]
pub type Votes<T: Config> = StorageMap<_GeneratedPrefixForStorageVotes<T>, Blake2_128Concat, <T as Config>::Hash, VoteAggregate<<T as Config>::AccountId, <T as Config>::BlockNumber>, OptionQuery>;
Expand description
Store a mapping (hash) -> VoteAggregate for all existing proposals.