mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
WS tool: add missing account_lines method
This commit is contained in:
@@ -36,6 +36,17 @@ Request('account_info', {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Request('account_lines', {
|
||||||
|
description: "Retrieves information about an account's trust lines, including balances for all non-XRP currencies and assets.",
|
||||||
|
link: "account_lines.html",
|
||||||
|
body: {
|
||||||
|
"id": 2,
|
||||||
|
"command": "account_lines",
|
||||||
|
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
|
||||||
|
"ledger_index": "validated"
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
Request('account_objects', {
|
Request('account_objects', {
|
||||||
description: "Returns the raw ledger format for all objects owned by an account.",
|
description: "Returns the raw ledger format for all objects owned by an account.",
|
||||||
link: "account_objects.html",
|
link: "account_objects.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user