Type Alias parachain_template_runtime::configs::CollatorSelectionUpdateOrigin
source · pub type CollatorSelectionUpdateOrigin = EitherOfDiverse<EnsureRoot<AccountId>, EnsureXcm<IsVoiceOfBody<RelayLocation, StakingAdminBodyId>>>;
Expand description
We allow root and the StakingAdmin to execute privileged collator selection operations.
Aliased Type§
struct CollatorSelectionUpdateOrigin(/* private fields */);