Mintbase/mintbase-js

Add ability to unlist an NFT to compliment listing one for sale

Closed this issue · 2 comments

At the moment, it appears that once an NFT is listed for sale via wallet.list() it isn't possible to cancel that operation.

Would it be possible to add a wallet.unlist() function? Assumption is needs complementary contract logic so not a quick fix?

Hey! You can indeed use the revokeAccount method to remove the approval to the marketplace (market.mintbase1.near) or use revokeAllAccounts method to remove approvals for all accounts of a specific token.

These probably need a better naming convention.

Closing this issue.