pub type PublicProps<T: Config> = StorageValue<_GeneratedPrefixForStoragePublicProps<T>, BoundedVec<(PropIndex, BoundedCallOf<T>, T::AccountId), T::MaxProposals>, ValueQuery>;
Expand description

The public proposals. Unsorted. The second item is the proposal.

Storage type is [StorageValue] with value type BoundedVec < (PropIndex, BoundedCallOf < T > , T :: AccountId), T :: MaxProposals >.

Aliased Type§

struct PublicProps<T: Config>(/* private fields */);