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
I really would like to use these new features, but have one significant issue. It appears part of the magic is with sequential toeknIds. My application associates a tokenID with an off chain asset. Typically I do this by generating my tokenID based off a few bits of information known before mint.
If sequential only, my prior method of associating a tokenID with an item is fraught with race conditions.
1: is it possible to mint out of order?
2: if not, is there a way to provide info at mint time to associate a tokenID with some key that I can use to associate with a specific off chain “thing”?
The text was updated successfully, but these errors were encountered:
I really would like to use these new features, but have one significant issue. It appears part of the magic is with sequential toeknIds. My application associates a tokenID with an off chain asset. Typically I do this by generating my tokenID based off a few bits of information known before mint.
If sequential only, my prior method of associating a tokenID with an item is fraught with race conditions.
1: is it possible to mint out of order?
2: if not, is there a way to provide info at mint time to associate a tokenID with some key that I can use to associate with a specific off chain “thing”?
The text was updated successfully, but these errors were encountered: