pub type CollatorSelectionUpdateOrigin = EitherOfDiverse<EnsureRoot<AccountId>, EnsureXcm<IsVoiceOfBody<GovernanceLocation, StakingAdminBodyId>>>;Expand description
We allow Root and the StakingAdmin to execute privileged collator selection operations.
Aliased Type§
struct CollatorSelectionUpdateOrigin(/* private fields */);