oceanprotocol/ocean.js

Add a `NFT.setData()` function

miquelcabot opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
We don't have a method to set data in the NFTs, as specified in the ERC725y standard. We already have the setData() function in the Datatoken class, but not in the NFT class.

Describe the solution you'd like
Add the setData() function to the NFT class.