XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.21k stars 512 forks source link

fix: add `PreviousFields` to `DeletedNode` metadata type #2668

Closed mvadari closed 5 months ago

mvadari commented 6 months ago

High Level Overview of Change

Title says it all.

Context of Change

Example transaction where a DeletedNode has both PreviousFields and FinalFields: https://livenet.xrpl.org/transactions/424661CF1FD3675D11EC910CF161979553B6D135F9BD03E6F8D4611D88D27581/raw

Type of Change

Did you update HISTORY.md?

Test Plan

N/A