Sell

Description: This function allows a user to list one or more NFT for sale in the marketplace.

Method header:

function sell(address _nftAddress, uint256[] _tokenIds, uint256[] _prices) public nonReentrant

Parameters:

Last updated