Type Definition pallet_collective::pallet::ProposalCount [−][src]
pub type ProposalCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageProposalCount<T, I>, u32, ValueQuery>;
Expand description
Proposals so far.