Function pallet_nicks::pallet::dispatchables::force_name
source · pub fn force_name<T: Config>(
target: <<T as Config>::Lookup as StaticLookup>::Source,
name: Vec<u8>
)
Expand description
Set a third-party account’s name with no deposit.
No length checking is done on the name.
The dispatch origin for this call must match T::ForceOrigin
.
Complexity
- O(1).
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_name
.