pub fn add_key_agreement_key<T: Config>(new_key: DidEncryptionKey)
Expand description

Add a single new key agreement key to the DID.

The new key is added to the set of 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::add_key_agreement_key.