Function did::pallet::dispatchables::remove_delegation_key
source · pub fn remove_delegation_key<T: Config>()
Expand description
Remove the DID delegation key.
The old key is deleted from the set of public keys if it is not used in any other part of the DID.
The dispatch origin must be a DID origin proxied via the
submit_did_call
extrinsic.
Emits DidUpdated
.
Weight: O(1)
- Reads: [Origin Account], Did
- Writes: Did
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_delegation_key
.