Function pallet_identity::pallet::dispatchables::confirm_identity
source · pub fn confirm_identity<T: Config>(idty_name: IdtyName)
Expand description
Confirm the creation of an identity and give it a name
idty_name
: the name uniquely associated to this identity. Must match the validation rules defined by the runtime.
The identity must have been created using create_identity
before it can be confirmed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::confirm_identity
.