Clear the metadata for an item.
Origin must be either ForceOrigin or Signed and the sender should be the Owner of the item.
ForceOrigin
item
Any deposit is freed for the collection's owner.
collection
Emits MetadataCleared.
MetadataCleared
Weight: O(1)
O(1)
Clear the metadata for an item.
Origin must be either
ForceOrigin
or Signed and the sender should be the Owner of theitem
.Any deposit is freed for the collection's owner.
collection
: The identifier of the collection whose item's metadata to clear.item
: The identifier of the item whose metadata to clear.Emits
MetadataCleared
.Weight:
O(1)