burn: TxDescriptor<{
    collection: number;
    item: number;
}>

Destroy a single item.

The origin must conform to ForceOrigin or must be Signed and the signing account must be the owner of the item.

  • collection: The collection of the item to be burned.
  • item: The item to be burned.

Emits Burned.

Weight: O(1)