Type Alias EnsureRootOrAllMainCouncil

Source
pub type EnsureRootOrAllMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 1, 1>>;

Aliased Typeยง

struct EnsureRootOrAllMainCouncil(/* private fields */);