mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 15:15:50 +00:00
[FEATURE] websocket tool - gateway_balances method
This commit is contained in:
@@ -221,12 +221,22 @@ var urlParams;
|
|||||||
|
|
||||||
Request('account_currencies', {
|
Request('account_currencies', {
|
||||||
account: sample_address,
|
account: sample_address,
|
||||||
strict: true,
|
strict: true,
|
||||||
ledger_index: "validated",
|
ledger_index: "validated",
|
||||||
account_index: 0,
|
account_index: 0,
|
||||||
_description: 'Returns a list of currencies the account can send or receive.',
|
_description: 'Returns a list of currencies the account can send or receive.',
|
||||||
_link: 'rippled-apis.html#account-currencies'
|
_link: 'rippled-apis.html#account-currencies'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Request('gateway_balances', {
|
||||||
|
account: sample_address,
|
||||||
|
strict: true,
|
||||||
|
hotwallet: [],
|
||||||
|
ledger_index: "validated",
|
||||||
|
account_index: 0,
|
||||||
|
_description: 'Returns a list of currencies the account can send or receive.',
|
||||||
|
_link: 'rippled-apis.html#gateway-balances'
|
||||||
|
});
|
||||||
|
|
||||||
/* ---- ---- */
|
/* ---- ---- */
|
||||||
|
|
||||||
|
|||||||
@@ -108,6 +108,7 @@
|
|||||||
<li><a href='#account_offers'>account_offers</a></li>
|
<li><a href='#account_offers'>account_offers</a></li>
|
||||||
<li><a href='#account_tx'>account_tx</a></li>
|
<li><a href='#account_tx'>account_tx</a></li>
|
||||||
<li><a href='#account_currencies'>account_currencies</a></li>
|
<li><a href='#account_currencies'>account_currencies</a></li>
|
||||||
|
<li><a href='#gateway_balances'>gateway_balances</a></li>
|
||||||
<br/>
|
<br/>
|
||||||
<li><a href='#transaction_entry'>transaction_entry</a></li>
|
<li><a href='#transaction_entry'>transaction_entry</a></li>
|
||||||
<li><a href='#tx'>tx</a></li>
|
<li><a href='#tx'>tx</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user