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.
Storage type is StorageValue
with value type BoundedVec < T :: Hash, T :: MaxProposals >
.