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