Function pallet_assets::pallet::dispatchables::force_clear_metadata
source · pub fn force_clear_metadata<T: Config<I>, I: 'static>(id: T::AssetIdParameter)
Expand description
Clear the metadata for an asset.
Origin must be ForceOrigin.
Any deposit is returned.
id
: The identifier of the asset to clear.
Emits MetadataCleared
.
Weight: O(1)
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_clear_metadata
.