Last updated 2 years ago
Was this helpful?
This gets whether the currently authenticated user owns the NFT or not. Supports .
client.ownerHasNFT({ filters: [ { contractAddress: '0x9619dabdc2eb3679943b51afbc134dec31b74fe8', tokenId: 9576 } ] })
And here is the example output:
{ result: true }