Function pallet_identity::pallet::dispatchables::set_identity
source · pub fn set_identity<T: Config>(info: Box<T::IdentityInformation>)
Expand description
Set an account’s identity information and reserve the appropriate deposit.
If the account already has identity information, the deposit is taken as part payment for the new deposit.
The dispatch origin for this call must be Signed.
info
: The identity information.
Emits IdentitySet
if successful.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_identity
.