pub type ProposerThreshold<T: Config> = StorageValue<_GeneratedPrefixForStorageProposerThreshold<T>, u32, ValueQuery, DefaultForProposerThreshold>;
Expand description

Number of votes required for a proposal to execute

Storage type is [StorageValue] with value type u32.