From 02798a020bee9c8f2885d8c264d6d8871508103c Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 29 Oct 2019 14:38:12 -0700 Subject: [PATCH] WS tool: add missing account_lines method --- assets/js/apitool-methods-ws.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/js/apitool-methods-ws.js b/assets/js/apitool-methods-ws.js index 54cb376973..42218b6104 100644 --- a/assets/js/apitool-methods-ws.js +++ b/assets/js/apitool-methods-ws.js @@ -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', { description: "Returns the raw ledger format for all objects owned by an account.", link: "account_objects.html",