Type Alias astar_primitives::governance::EnsureRootOrThreeFourthMainCouncil
source · pub type EnsureRootOrThreeFourthMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 3, 4>>;
Aliased Type§
struct EnsureRootOrThreeFourthMainCouncil(/* private fields */);