Function pallet_collator_selection::pallet::dispatchables::add_invulnerable
source · pub fn add_invulnerable<T: Config>(who: T::AccountId)
Expand description
Add a new account who
to the list of Invulnerables
collators. who
must have
registered session keys. If who
is a candidate, they will be removed.
The origin for this call must be the UpdateOrigin
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_invulnerable
.