mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
fix: pseudo-transactions for ledger and tx (#2515)
* Add pseudo transactions as types returned by `tx` and `ledger` * Make` LedgerEntryResponse` generic to allow custom ledger entries * Update UNLModify to extend BaseTransaction * Create type `PseudoTransaction` Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
This commit is contained in:
@@ -6,6 +6,10 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
||||
|
||||
### Fixed
|
||||
- Allow flag maps when submitting `NFTokenMint` and `NFTokenCreateOffer` transactions like others with flags
|
||||
- Add pseudo transaction types to `tx` and `ledger` methods responses.
|
||||
|
||||
### Updated
|
||||
- Make `LedgerEntryResponse` a generic so it can be used like `LedgerEntryResponse<Escrow>`
|
||||
|
||||
## 2.12.0 (2023-09-27)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user