CollatorSelectionUpdateOrigin

Type Alias 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ยง

pub struct CollatorSelectionUpdateOrigin(/* private fields */);