pub fn remove<T: Config>(collator_id: T::ValidatorId)
Expand description

Remove a collator_id from the allowlist. Fails if

  • origin fails the ensure_root check
  • collator_id is not part of the allowlist

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::remove.