Type Alias astar_primitives::governance::EnsureRootOrAllCommunityCouncil
source · pub type EnsureRootOrAllCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 1, 1>>;
Aliased Type§
struct EnsureRootOrAllCommunityCouncil(/* private fields */);