mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Merge pull request #267 from mDuo13/ripple-lib-rebranding
RippleAPI use docs from XRP Ledger rebranded commit
This commit is contained in:
@@ -312,7 +312,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>counterparty</td>
|
<td>counterparty</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>The <a href="reference-rippleapi.html#ripple-address">XRP Ledger address</a> of the counterparty</td>
|
<td>The <a href="reference-rippleapi.html#address">XRP Ledger address</a> of the counterparty</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>limit</td>
|
<td>limit</td>
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ To enable or disable Individual Freeze on a specific trust line, prepare a *Trus
|
|||||||
| Field | Value | Description |
|
| Field | Value | Description |
|
||||||
|--------------|--------|-------------|
|
|--------------|--------|-------------|
|
||||||
| currency | String | The [currency](reference-rippleapi.html#currency) of the trust line to freeze |
|
| currency | String | The [currency](reference-rippleapi.html#currency) of the trust line to freeze |
|
||||||
| counterparty | String | The [XRP Ledger address](reference-rippleapi.html#ripple-address) of the counterparty |
|
| counterparty | String | The [XRP Ledger address](reference-rippleapi.html#address) of the counterparty |
|
||||||
| limit | String | The amount of currency you trust this counterparty to issue to you, as a quoted number. From the perspective of a financial institution, this is typically `"0"`. |
|
| limit | String | The amount of currency you trust this counterparty to issue to you, as a quoted number. From the perspective of a financial institution, this is typically `"0"`. |
|
||||||
| frozen | Boolean | `true` to enable Individual Freeze on this trust line. `false` to disable Individual Freeze. |
|
| frozen | Boolean | `true` to enable Individual Freeze on this trust line. `false` to disable Individual Freeze. |
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -116,7 +116,7 @@ pages:
|
|||||||
category: References
|
category: References
|
||||||
html: reference-rippleapi.html
|
html: reference-rippleapi.html
|
||||||
# Currently this is the only page that's fetched remotely.
|
# Currently this is the only page that's fetched remotely.
|
||||||
md: https://raw.githubusercontent.com/ripple/ripple-lib/0.17.6/docs/index.md
|
md: https://raw.githubusercontent.com/ripple/ripple-lib/e6d71471e26ca253e762fc7034859951b5d31c47/docs/index.md
|
||||||
filters:
|
filters:
|
||||||
- remove_doctoc
|
- remove_doctoc
|
||||||
- add_version
|
- add_version
|
||||||
|
|||||||
Reference in New Issue
Block a user