cancel_swap: TxDescriptor<{
    offered_collection: number;
    offered_item: number;
}>

Cancel an atomic swap.

Origin must be Signed. Origin must be an owner of the item if the deadline hasn't expired.

  • collection: The collection of the item.
  • item: The item an owner wants to give.

Emits SwapCancelled on success.