IMarket
Interface for the functionality of a market contract
handleSaleClosed
Handles when a token is no longer available
Notifies that a particular sale for a ERC721 has closed (i.e. successfully sold, fault/not as described, or lost/damaged in shipment)
Parameters
Name
Type
Description
_saleId
uint256
The id of the sale that has closed.
Last updated