Type Definition pallet_collective::pallet::Proposals
source · pub type Proposals<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageProposals<T, I>, BoundedVec<T::Hash, T::MaxProposals>, ValueQuery>;
Expand description
The hashes of the active proposals.