pub fn remove_key_agreement_key<T: Config>(key_id: KeyIdOf<T>)
Expand description

Remove a DID key agreement key from both its set of key agreement keys and as well as its public keys.

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_key_agreement_key.