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

Aliased Type§

struct EnsureRootOrAllMainCouncil(/* private fields */);