Function attestation::pallet::dispatchables::reclaim_deposit
source · pub fn reclaim_deposit<T: Config>(claim_hash: ClaimHashOf<T>)
Expand description
Reclaim a storage deposit by removing an attestation
Always emits AttestationRemoved
and emits AttestationRevoked
only if the attestation was not revoked yet.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reclaim_deposit
.