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”?
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”?