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