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 */);