Function pallet_did_lookup::pallet::dispatchables::reclaim_deposit
source · pub fn reclaim_deposit<T: Config>(account: LinkableAccountId)
Expand description
Remove the association of the provided account. This call can only be called from the deposit owner. The reserved deposit will be freed.
Emits AssociationRemoved
.
Weight: O(1)
- Reads: ConnectedDids
- Writes: ConnectedDids
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reclaim_deposit
.