Type Definition pallet_democracy::pallet::PublicProps
source · pub type PublicProps<T: Config> = StorageValue<_GeneratedPrefixForStoragePublicProps<T>, Vec<(PropIndex, T::Hash, T::AccountId)>, ValueQuery>;
Expand description
The public proposals. Unsorted. The second item is the proposal’s hash.