mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Add PreviousFields to DeletedNode
This commit is contained in:
@@ -226,6 +226,7 @@ A `DeletedNode` object contains the following fields:
|
||||
| `LedgerEntryType` | String | The [type of ledger entry](../ledger-data/ledger-entry-types/index.md) that was deleted. |
|
||||
| `LedgerIndex` | String - [Hash][] | The [ID of this ledger entry](../ledger-data/common-fields.md) in the ledger's [state tree](../../../concepts/ledgers/index.md). **Note:** This is **not the same** as a [ledger index](../data-types/basic-data-types.md#ledger-index), even though the field name is very similar. |
|
||||
| `FinalFields` | Object | The content fields of the ledger entry immediately before it was deleted. Which fields are present depends on what type of ledger entry was created. |
|
||||
| `PreviousFields` | Object | Selected fields of the ledger entry before it was deleted. Which fields are present depends on what type of ledger entry was created. |
|
||||
|
||||
|
||||
### ModifiedNode Fields
|
||||
|
||||
Reference in New Issue
Block a user