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

rippled v2 migration, in AccountInfo response, move signer_lists out from account_data #2634

Closed khancode closed 7 months ago

khancode commented 8 months ago

High Level Overview of Change

For rippled v2 migration, In AccountInfo response, move signer_lists out from account_data and put it on the same root level.

Context of Change

Type of Change

Did you update HISTORY.md?

Test Plan

Current tests pass.