mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-03 01:55:51 +00:00
freeze - first draft; rippled - freeze-related corrections
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
<li><a href="tx-cost.html">Transaction Cost</a></li>
|
||||
<li><a href="fee-voting.html">Fee Voting</a></li>
|
||||
<li><a href="reserves.html">Reserves</a></li>
|
||||
<li><a href="freeze.html">Freeze</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@@ -799,7 +800,7 @@ Null method
|
||||
<tr>
|
||||
<td>account_data.Flags</td>
|
||||
<td>32-bit unsigned integer</td>
|
||||
<td>Integer with different bits representing the status of several <a href="transactions.html#accountset-flags">account flags</a></td>
|
||||
<td>Integer with different bits representing the status of several <a href="ripple-ledger.html#accountroot-flags">account flags</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>account_data.LedgerEntryType</td>
|
||||
@@ -972,7 +973,7 @@ Null method
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Each trust-line object has some combination of the following fields, although not necessarily all of them:</p>
|
||||
<p>Each trust-line object has some combination of the following fields:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -1000,22 +1001,12 @@ Null method
|
||||
<tr>
|
||||
<td>limit</td>
|
||||
<td>String</td>
|
||||
<td>The maximum amount of the given currency that the account is willing to owe the peer account</td>
|
||||
<td>The maximum amount of the given currency that this account is willing to owe the peer account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>limit_peer</td>
|
||||
<td>String</td>
|
||||
<td>The maximum amount of currency that the peer account is willing to owe the account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>no_ripple</td>
|
||||
<td>Boolean</td>
|
||||
<td>Whether or not the account has the <a href="https://ripple.com/knowledge_center/understanding-the-noripple-flag/">NoRipple flag</a> set for this line</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>no_ripple_peer</td>
|
||||
<td>Boolean</td>
|
||||
<td>Whether or not the peer account has the <a href="https://ripple.com/knowledge_center/understanding-the-noripple-flag/">NoRipple flag</a> set for the other direction of this trust line</td>
|
||||
<td>The maximum amount of currency that the peer account is willing to owe this account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quality_in</td>
|
||||
@@ -1027,6 +1018,26 @@ Null method
|
||||
<td>Unsigned Integer</td>
|
||||
<td>Rate at which the account values outgoing balances on this trust line, as a ratio of this value per 1 billion units. (For example, a value of 500 million represents a 0.5:1 ratio.) As a special case, 0 is treated as a 1:1 ratio.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>no_ripple</td>
|
||||
<td>Boolean</td>
|
||||
<td>(May be omitted) <code>true</code> if this account has enabled the <a href="https://ripple.com/knowledge_center/understanding-the-noripple-flag/">NoRipple flag</a> for this line. If omitted, that is the same as <code>false</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>no_ripple_peer</td>
|
||||
<td>Boolean</td>
|
||||
<td>(May be omitted) <code>true</code> if the peer account has enabled the <a href="https://ripple.com/knowledge_center/understanding-the-noripple-flag/">NoRipple flag</a>. If omitted, that is the same as <code>false</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>freeze</td>
|
||||
<td>Boolean</td>
|
||||
<td>(May be omitted) <code>true</code> if this account has <a href="freeze.html">frozen</a> this trust line. If omitted, that is the same as <code>false</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>freeze_peer</td>
|
||||
<td>(May be omitted) <code>true</code> if the peer account has <a href="freeze.html">frozen</a> this trust line. If omitted, that is the same as <code>false</code>.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="possible-errors-2">Possible Errors</h4>
|
||||
@@ -5945,6 +5956,7 @@ a successful result containing the following fields:</p>
|
||||
<li><a href="tx-cost.html">Transaction Cost</a></li>
|
||||
<li><a href="fee-voting.html">Fee Voting</a></li>
|
||||
<li><a href="reserves.html">Reserves</a></li>
|
||||
<li><a href="freeze.html">Freeze</a></li>
|
||||
<li><a href="rippled-apis.html">rippled</a></li>
|
||||
<li><a href="rippled-setup.html">rippled Setup</a></li>
|
||||
<li><a href="ripple-rest.html">Ripple-REST</a></li>
|
||||
|
||||
Reference in New Issue
Block a user