pub type RootOrAllianceTwoThirdsMajority = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionMoreThan<AccountId, Instance1, 2, 3>>;
Expand description
Privileged origin that represents Root or more than two thirds of the Alliance.
Aliased Type§
struct RootOrAllianceTwoThirdsMajority(/* private fields */);