XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
86 stars 48 forks source link

Add ability to parse information out of NFT ID #501

Open nkramer44 opened 10 months ago

nkramer44 commented 10 months ago

xrpl.js has a utility function called parseNFTokenID. We should implement something similar in xrpl4j.

One way to do this would be a static method in a utility class. However, we should consider adding a method to _NfTokenId that returns an "expanded" NFT ID.