Type Alias astar_primitives::governance::EnsureRootOrAllTechnicalCommittee
source · pub type EnsureRootOrAllTechnicalCommittee = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, TechnicalCommitteeCollectiveInst, 1, 1>>;
Aliased Type§
struct EnsureRootOrAllTechnicalCommittee(/* private fields */);