pub fn remove_attestation_key<T: Config>()
Expand description

Remove the DID attestation 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_attestation_key.