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