XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
144 stars 83 forks source link

Add `nftoken_id`, `nftoken_ids` and `offer_id` meta fields into NFT Tx responses #574

Closed ckniffen closed 1 year ago

ckniffen commented 1 year ago

NFToken transactions have these meta fields being added to a transactions response in rippled@1.11.0. Typing information needs to be added for them.

See: https://github.com/XRPLF/rippled/pull/4447

pdp2121 commented 1 year ago

This would be parsed into result field of Response: result: Dict[str, Any] = REQUIRED # type: ignore

No further action needed here.