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