Function pallet_web3_names::pallet::dispatchables::release_by_owner
source · pub fn release_by_owner<T: Config>()
Expand description
Release the provided name from its owner.
The origin must be the owner of the specified name.
Emits Web3NameReleased
if the operation is carried out
successfully.
Weight: O(1)
- Reads: Names storage entry + origin check
- Writes: Names, Owner storage entries + currency deposit release
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::release_by_owner
.