You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theDatatoken
class, but not in theNFT
class.Describe the solution you'd like
Add the
setData()
function to theNFT
class.The text was updated successfully, but these errors were encountered: