pub type EnsureRootOrAllCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 1, 1>>;

Aliased Type§

struct EnsureRootOrAllCommunityCouncil(/* private fields */);