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.