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

Aliased Type§

struct EnsureRootOrHalfCommunityCouncil(/* private fields */);