mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix: add PreviousFields to DeletedNode metadata type (#2668)
This commit is contained in:
@@ -11,6 +11,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
||||
* Fix `client.requestAll` to handle filters better
|
||||
* Add the missing `AMMDeposit` flag `tfTwoAssetIfEmpty`
|
||||
* Add missing `lsfAMMNode` flag to `RippleState` ledger object
|
||||
* Add `PreviousFields` to `DeletedNode` metadata type
|
||||
|
||||
## 3.0.0 (2024-02-01)
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@ export interface DeletedNode {
|
||||
DeletedNode: {
|
||||
LedgerEntryType: string
|
||||
LedgerIndex: string
|
||||
PreviousFields?: { [field: string]: unknown }
|
||||
FinalFields: { [field: string]: unknown }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user