Type Alias runtime_common::origins::gov::types::TwoThirdOfCouncil
source · pub type TwoThirdOfCouncil = EnsureProportionAtLeast<AccountId, CouncilCollective, 2, 3>;
Expand description
2/3 of all council members must vote yes to create this origin.
Aliased Type§
struct TwoThirdOfCouncil(/* private fields */);