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 = ()>(/* private fields */);