WS tool - server select (needs race condition fix)

This commit is contained in:
mDuo13
2019-06-03 20:19:46 -07:00
parent 7566d6b0d6
commit cfebd43ba4
4 changed files with 81 additions and 15 deletions

View File

@@ -11,3 +11,14 @@ Request('account_channels', {
"ledger_index": "validated"
}
})
Request('account_currencies', {
description: "Retrieves a list of currencies that an account can send or receive, based on its trust lines.",
link: "account_currencies.html",
body: {
"command": "account_currencies",
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
"strict": true,
"ledger_index": "validated"
}
})