mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
192 B
Markdown
11 lines
192 B
Markdown
# Walk Owner Directory (JavaScript)
|
|
|
|
Demonstrates how to iterate through all ledger objects owned by an account.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
node iterate-owner-directory.js
|
|
```
|