referrerpolicy=no-referrer-when-downgrade

ProposalCount

Type Alias 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.

Aliased Type§

pub struct ProposalCount<T: Config<I>, I: 'static = ()>(/* private fields */);