Type Definition pallet_collective::pallet::ProposalCount

source ·
pub type ProposalCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageProposalCount<T, I>, u32, ValueQuery>;
Expand description

Proposals so far.

Storage type is StorageValue with value type u32.