Function pallet_collator_allowlist::pallet::dispatchables::remove
source · pub fn remove<T: Config>(collator_id: T::ValidatorId)
Expand description
Remove a collator_id
from the allowlist.
Fails if
origin
fails theensure_root
checkcollator_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
.