ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
105 stars 65 forks source link

Leverage `nftoken_id`, `nftoken_ids` and `offer_id` meta fields in transaction parsers #708

Open ckniffen opened 1 year ago

ckniffen commented 1 year ago

The nftoken_id, nftoken_ids and offer_id meta fields are being added to rippled 1.11.0 responses for NFToken transactions. These can be used instead of manually parsing out the values once this version of rippled has gained more adoption.

See:

achowdhry-ripple commented 1 month ago

Picking this one up