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