pub type EnsureRootOrTwoThirdsMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 2, 3>>;

Aliased Type§

struct EnsureRootOrTwoThirdsMainCouncil(/* private fields */);