Function pallet_identity::pallet::dispatchables::change_owner_key
source · 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 ofIdtyIndexAccountIdPayload
. Must be signed bynew_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
.