Function pallet_identity::pallet::dispatchables::kill_username
source · pub fn kill_username<T: Config>(
username: BoundedVec<u8, <T as Config>::MaxUsernameLength>,
)
Expand description
Call with ForceOrigin privileges which deletes a username and slashes any deposit associated with it.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::kill_username
.