Type Alias EnsureRootOrTwoThirdsTechnicalCommittee

Source
pub type EnsureRootOrTwoThirdsTechnicalCommittee = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, TechnicalCommitteeCollectiveInst, 2, 3>>;

Aliased Typeยง

struct EnsureRootOrTwoThirdsTechnicalCommittee(/* private fields */);