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 >.

Aliased Type§

struct Proposals<T: Config<I>, I: 'static = ()>(PhantomData<(_GeneratedPrefixForStorageProposals<T, I>, BoundedVec<<T as Config>::Hash, <T as Config<I>>::MaxProposals>, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageProposals<T, I>, BoundedVec<<T as Config>::Hash, <T as Config<I>>::MaxProposals>, ValueQuery, GetDefault)>