Function pallet_did_lookup::pallet::dispatchables::remove_sender_association
source · pub fn remove_sender_association<T: Config>()
Expand description
Remove the association of the sender account. This call doesn’t require the authorization of the DID, but requires a signed origin.
Emits AssociationRemoved
.
Weight: O(1)
- Reads: ConnectedDids + ConnectedAccounts + DID Origin Check
- Writes: ConnectedDids + ConnectedAccounts
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_sender_association
.