pub fn change_owner_key<T: Config>(
    new_key: T::AccountId,
    new_key_sig: T::Signature
)
Expand description

Change identity owner key.

  • new_key: the new owner key.
  • new_key_sig: the signature of the encoded form of IdtyIndexAccountIdPayload. Must be signed by new_key.

The origin should be the old identity owner key.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::change_owner_key.