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
auto keylet = keylet::negativeUNL();
auto key = keylet.key;
JLOG(m_journal.info()) << "nunl key : " << strHex(key);
NFT Token IDs
There was a possibility of predicting NFT token IDs by using the sequence. Most NFT brokers look at the created/modified node and compare final/previous fields - in order to get the tokenID after mint. This has become the standard way of getting the newly-minted tokenID.