mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
rippled, tx_format - remove outdated wiki links
This commit is contained in:
@@ -5639,7 +5639,7 @@ Each element in the `alternatives` array is an object that represents a path fro
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| paths\_computed | Array | Array of arrays of objects defining [payment paths](https://ripple.com/wiki/Payment_paths) |
|
||||
| paths\_computed | Array | Array of arrays of objects defining [payment paths](paths.html) |
|
||||
| source\_amount | String or Object | [Currency amount](#specifying-currency-amounts) that the source would have to send along this path in order for the destination to receive the desired amount |
|
||||
|
||||
#### Possible Errors ####
|
||||
@@ -6090,7 +6090,7 @@ Each element in the `alternatives` array is an object that represents a path fro
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| paths\_computed | Array | Array of arrays of objects defining [payment paths](https://ripple.com/wiki/Payment_paths) |
|
||||
| paths\_computed | Array | Array of arrays of objects defining [payment paths](paths.html) |
|
||||
| source\_amount | String or Object | [Currency amount](#specifying-currency-amounts) that the source would have to send along this path in order for the destination to receive the desired amount |
|
||||
|
||||
The following fields are deprecated, and may be omitted: `paths_canonical`, and `paths_expanded`. If they appear, you should disregard them.
|
||||
|
||||
@@ -667,7 +667,7 @@ An OfferCancel transaction removes an Offer node from the Ripple Consensus Ledge
|
||||
|
||||
*Tip:* To remove an old offer and replace it with a new one, you can use an [OfferCreate](#offercreate) transaction with an `OfferSequence` parameter, instead of using OfferCancel and another OfferCreate.
|
||||
|
||||
The OfferCancel method returns [tesSUCCESS](https://ripple.com/wiki/Transaction_errors) even if it did not find an offer with the matching sequence number.
|
||||
The OfferCancel method returns [tesSUCCESS](transactions.html#transaction-results) even if it did not find an offer with the matching sequence number.
|
||||
|
||||
|
||||
## TrustSet ##
|
||||
|
||||
@@ -3103,7 +3103,7 @@ There is also a deprecated legacy variation of the <code>account_tx</code> metho
|
||||
<tr>
|
||||
<td>paths_computed</td>
|
||||
<td>Array</td>
|
||||
<td>Array of arrays of objects defining <a href="https://ripple.com/wiki/Payment_paths">payment paths</a></td>
|
||||
<td>Array of arrays of objects defining <a href="paths.html">payment paths</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>source_amount</td>
|
||||
@@ -3374,7 +3374,7 @@ There is also a deprecated legacy variation of the <code>account_tx</code> metho
|
||||
<tr>
|
||||
<td>paths_computed</td>
|
||||
<td>Array</td>
|
||||
<td>Array of arrays of objects defining <a href="https://ripple.com/wiki/Payment_paths">payment paths</a></td>
|
||||
<td>Array of arrays of objects defining <a href="paths.html">payment paths</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>source_amount</td>
|
||||
|
||||
@@ -1026,7 +1026,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<p><em>Tip:</em> To remove an old offer and replace it with a new one, you can use an <a href="#offercreate">OfferCreate</a> transaction with an <code>OfferSequence</code> parameter, instead of using OfferCancel and another OfferCreate.</p>
|
||||
<p>The OfferCancel method returns <a href="https://ripple.com/wiki/Transaction_errors">tesSUCCESS</a> even if it did not find an offer with the matching sequence number.</p>
|
||||
<p>The OfferCancel method returns <a href="transactions.html#transaction-results">tesSUCCESS</a> even if it did not find an offer with the matching sequence number.</p>
|
||||
<h2 id="trustset">TrustSet</h2>
|
||||
<p><a href="https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/SetTrust.cpp" title="Source">[Source]<br/></a></p>
|
||||
<p>Create or modify a trust line linking two accounts.</p>
|
||||
|
||||
Reference in New Issue
Block a user