Function pallet_identity::pallet::dispatchables::prune_item_identities_names
source · pub fn prune_item_identities_names<T: Config>(names: Vec<IdtyName>)
Expand description
Remove identity names from storage.
This function allows a privileged root origin to remove multiple identity names from storage in bulk.
origin
- The origin of the call. It must be root.names
- A vector containing the identity names to be removed from storage.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::prune_item_identities_names
.