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