pub trait BoundedConfig: Config {
type VotersBound: Get<u32>;
type TargetsBound: Get<u32>;
}
Required Associated Types§
sourcetype VotersBound: Get<u32>
type VotersBound: Get<u32>
Bounds the number of voters.
sourcetype TargetsBound: Get<u32>
type TargetsBound: Get<u32>
Bounds the number of targets.