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

Associate the sender of the call to the DID that authorized this call.

Emits AssociationEstablished and, optionally, AssociationRemoved if there was a previous association for the account.

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::associate_sender.