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
In here it is forbidden to have the token id as a hash and editable metadata at the same time. This logic is too restrictive. Those two things should be handled separately.
I base this on the use case I have, where token ids are generated by custom algorithm and metadata are used to keep expiry date of the token, that can be extended.
The text was updated successfully, but these errors were encountered:
In here it is forbidden to have the token id as a hash and editable metadata at the same time. This logic is too restrictive. Those two things should be handled separately.
I base this on the use case I have, where token ids are generated by custom algorithm and metadata are used to keep expiry date of the token, that can be extended.
The text was updated successfully, but these errors were encountered: