Function pallet_identity::pallet::dispatchables::unbind_username
source · pub fn unbind_username<T: Config>(
username: BoundedVec<u8, <T as Config>::MaxUsernameLength>,
)
Expand description
Start the process of removing a username by placing it in the unbinding usernames map. Once the grace period has passed, the username can be deleted by calling remove_username.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unbind_username
.