pub type RootOrFellows = EitherOfDiverse<EnsureRoot<AccountId>, EnsureXcm<IsVoiceOfBody<FellowshipLocation, FellowsBodyId>>>;
Expand description

Privileged origin that represents Root or Fellows pluralistic body.

Aliased Type§

struct RootOrFellows(/* private fields */);