XRPLF / xrpl-py

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

`AccountObjectType` is missing `NFT_OFFER` #504

Closed JST5000 closed 1 year ago

JST5000 commented 1 year ago

According to xrpl.org, there should be an AccountOfferType for NFT_OFFER, but we don't have one currently - https://xrpl.org/account_objects.html#account_objects

Discovered as part of reviewing WoJake's submission here: https://github.com/XRPLF/xrpl-dev-portal/pull/1682

wojake commented 1 year ago

https://github.com/XRPLF/xrpl-py/pull/495

JST5000 commented 1 year ago

Closed because the fix was merged.