Destroy a collection of fungible items.
The origin must conform to ForceOrigin or must be Signed and the sender must be the owner of the collection.
ForceOrigin
Signed
collection
witness
Emits Destroyed event when successful.
Destroyed
Weight: O(n + m) where:
O(n + m)
n = witness.items
m = witness.item_metadatas
a = witness.attributes
Destroy a collection of fungible items.
The origin must conform to
ForceOrigin
or must beSigned
and the sender must be the owner of thecollection
.collection
: The identifier of the collection to be destroyed.witness
: Information on the items minted in the collection. This must be correct.Emits
Destroyed
event when successful.Weight:
O(n + m)
where:n = witness.items
m = witness.item_metadatas
a = witness.attributes