mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
Migrate content syntax via script
The changes in this commit were auto-generated by running tool/migrate.sh Following this commit, the Dactyl build no longer works but the Redocly build (mostly) should.
This commit is contained in:
@@ -19,7 +19,7 @@ This example shows how to:
|
||||
3. Cancel an escrow payment and return the XRP to the sending account.
|
||||
|
||||
|
||||
[](img/quickstart-escrow1.png)
|
||||
[](/img/quickstart-escrow1.png)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -39,7 +39,7 @@ To get test accounts:
|
||||
1. Click **Get New Standby Account**.
|
||||
2. Click **Get New Operational Account**.
|
||||
|
||||
[](img/quickstart-escrow2.png)
|
||||
[](/img/quickstart-escrow2.png)
|
||||
|
||||
## Create Escrow
|
||||
|
||||
@@ -61,7 +61,7 @@ To create a time-based escrow:
|
||||
|
||||
The escrow is created on the XRP Ledger instance, reserving 100 XRP plus the transaction cost. When you create an escrow, capture and save the **Sequence Number** so that you can use it to finish the escrow transaction.
|
||||
|
||||
[](img/quickstart-escrow3.png)
|
||||
[](/img/quickstart-escrow3.png)
|
||||
|
||||
## Finish Escrow
|
||||
|
||||
@@ -74,7 +74,7 @@ To finish a time-based escrow:
|
||||
|
||||
The transaction completes and balances are updated for both the Standby and Operational accounts.
|
||||
|
||||
[](img/quickstart-escrow4.png)
|
||||
[](/img/quickstart-escrow4.png)
|
||||
|
||||
## Get Escrows
|
||||
|
||||
@@ -84,7 +84,7 @@ For the purposes of this tutorial, follow the steps in [Create Escrow](#create-e
|
||||
|
||||
Click **Get Escrows** for both the Standby and the Operational account. The `account_info` request returns the same `account_object` for both accounts, demonstrating the link between the accounts created by the escrow transaction.
|
||||
|
||||
[](img/quickstart-escrow5.png)
|
||||
[](/img/quickstart-escrow5.png)
|
||||
|
||||
|
||||
## Cancel Escrow
|
||||
@@ -100,7 +100,7 @@ To cancel an expired escrow:
|
||||
|
||||
The funds are returned to the Standby account, less the initial transaction fee.
|
||||
|
||||
[](img/quickstart-escrow6.png)
|
||||
[](/img/quickstart-escrow6.png)
|
||||
|
||||
## Oh No! I Forgot to Save the Sequence Number!
|
||||
|
||||
@@ -109,12 +109,12 @@ If you forget to save the sequence number, you can find it in the escrow transac
|
||||
1. Create a new escrow as described in [Create Escrow](#create-escrow), above.
|
||||
2. Click **Get Escrows** to get the escrow information.
|
||||
3. Copy the _PreviousTxnID_ value from the results.
|
||||

|
||||

|
||||
4. Paste the _PreviousTxnID_ in the **Transaction to Look Up** field.
|
||||

|
||||

|
||||
5. Click **Get Transaction**.
|
||||
6. Locate the _Sequence_ value in the results.
|
||||

|
||||

|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
@@ -826,4 +826,3 @@ Disconnect from the XRP Ledger instance.
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user