mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
feat: cleanup types and add missing request fields (#2346)
- Add `ledger_hash` and `ledger_index` to `account_nfts`, `nft_buy_offers`, and `nft_sell_offers` requests. - Add `nft_page` to `ledger_entry` request. - Create `LookupByLedgerRequest` to clean up `ledger_hash` and `ledger_index` which are optional on most request objects. Closes #2135
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
## Added
|
||||
* Add `BurnedNFTokens`, `FirstNFTSequence`, `MintedNFTokens`,
|
||||
`NFTokenMinter`, and `WalletLocator` to `AccountRoot`.
|
||||
* Add `ledger_hash` and `ledger_index` to `account_nfts`,
|
||||
`nft_buy_offers`, and `nft_sell_offers` requests.
|
||||
* Add `nft_page` to `ledger_entry` request.
|
||||
|
||||
## 2.8.0 (2023-06-13)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user