Function pallet_identity::pallet::dispatchables::remove_username
source · pub fn remove_username<T: Config>(
username: BoundedVec<u8, <T as Config>::MaxUsernameLength>,
)
Expand description
Permanently delete a username which has been unbinding for longer than the grace period. Caller is refunded the fee if the username expired and the removal was successful.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_username
.