pub fn reclaim_deposit<T: Config>(name: Web3NameInput<T>)
Expand description

Release the provided name from its owner.

The origin must be the account that paid for the name’s deposit.

Emits Web3NameReleased if the operation is carried out successfully.

Weight: O(1)

  • Reads: Owner 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::reclaim_deposit.