Type Alias EnsureRootOrFourFifthsCommunityCouncil

Source
pub type EnsureRootOrFourFifthsCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 4, 5>>;

Aliased Typeยง

struct EnsureRootOrFourFifthsCommunityCouncil(/* private fields */);