pub type EnsureRootOrHalfMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 1, 2>>;

Aliased Type§

struct EnsureRootOrHalfMainCouncil(/* private fields */);