pub type EnsureRootOrThreeFourthMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 3, 4>>;

Aliased Type§

struct EnsureRootOrThreeFourthMainCouncil(/* private fields */);