Cancel
Description: This function allows the seller to cancel the sale of one or more NFTs they have listed in the marketplace.
Method header:d
function cancel(address _nftAddress, uint256[] _tokenIds) public nonReentrant
Parameters:
Parameter Type
Parameter Name
Parameter Description
address
_nftAddress
The address of the NFT contract.
uint256
_tokenId
The ID of the NFT to be removed from sale.
Last updated