Unlist NFT
This is a guide used to unlist an NFT in DripVerse.
Get Contract Signer
Make sure you've contractSigner object before proceeding.
Please make sure your contractSigner
from previous step is derived from the right contract and call the functions below accordingly.
List Data:
const listData = {
nftId: "1"
};
Finally, call unlist
method:
drip.unlist(listData, contractSigner);