Type Alias EnsureRootOrHalfCommunityCouncil

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

Aliased Typeยง

struct EnsureRootOrHalfCommunityCouncil(/* private fields */);