Type Alias EnsureRootOrTwoThirdsCommunityCouncil

Source
pub type EnsureRootOrTwoThirdsCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 2, 3>>;

Aliased Typeยง

struct EnsureRootOrTwoThirdsCommunityCouncil(/* private fields */);