Type Definition democracy::pallet::PublicPropCount

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