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.
Aliased Type§
struct ProposalCount<T: Config<I>, I: 'static = ()>(/* private fields */);