pub type PublicPropCount<T> = StorageValue<_GeneratedPrefixForStoragePublicPropCount<T>, PropIndex, ValueQuery>;
Expand description

The number of (public) proposals that have been made so far.

Storage type is [StorageValue] with value type PropIndex.

Aliased Type§

struct PublicPropCount<T>(/* private fields */);