Function pallet_web3_names::pallet::dispatchables::unban
source · pub fn unban<T: Config>(name: Web3NameInput<T>)
Expand description
Unban a name.
Make a name claimable again.
The origin must be the ban origin.
Emits Web3NameUnbanned
if the operation is carried out
successfully.
Weight: O(1)
- Reads: Banned storage entry + origin check
- Writes: Banned storage entry deposit release
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unban
.