Function pallet_did_lookup::pallet::dispatchables::remove_account_association
source · pub fn remove_account_association<T: Config>(account: LinkableAccountId)
Expand description
Remove the association of the provided account ID. This call doesn’t require the authorization of the account ID, but the associated DID needs to match the DID that authorized this call.
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_account_association
.