Function pallet_identity::pallet::dispatchables::create_identity
source · pub fn create_identity<T: Config>(owner_key: T::AccountId)
Expand description
Create an identity for an existing account
owner_key
: the public key corresponding to the identity to be created
The origin must be allowed to create an identity.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::create_identity
.