Type Alias EnsureRootOrAllTechnicalCommittee

Source
pub type EnsureRootOrAllTechnicalCommittee = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, TechnicalCommitteeCollectiveInst, 1, 1>>;

Aliased Typeยง

struct EnsureRootOrAllTechnicalCommittee(/* private fields */);