pub type ThreeFourthOfCouncil = EnsureProportionAtLeast<AccountId, CouncilCollective, 3, 4>;
Expand description

3/4 of all council members must vote yes to create this origin.

Aliased Type§

struct ThreeFourthOfCouncil(/* private fields */);