Function pallet_nicks::pallet::dispatchables::clear_name
source · pub fn clear_name<T: Config>()
Expand description
Clear an account’s name and return the deposit. Fails if the account was not named.
The dispatch origin for this call must be Signed.
Complexity
- O(1).
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::clear_name
.