mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +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-py-escrow1.png)
|
||||
[](/img/quickstart-py-escrow1.png)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -44,7 +44,7 @@ To get test accounts:
|
||||
3. Click **Get Operational Account**.
|
||||
4. Click **Get Op Account Info**.
|
||||
|
||||
[](img/quickstart-py-escrow2.png)
|
||||
[](/img/quickstart-py-escrow2.png)
|
||||
|
||||
## Create Escrow
|
||||
|
||||
@@ -66,7 +66,7 @@ To create a time-based escrow:
|
||||
|
||||
The escrow is created on the XRP Ledger instance, reserving 100 XRP plus the transaction cost and reserve requirements. When you create an escrow, capture and save the **Sequence Number** so that you can use it to finish the escrow transaction.
|
||||
|
||||
[](img/quickstart-py-escrow3.png)
|
||||
[](/img/quickstart-py-escrow3.png)
|
||||
|
||||
## Finish Escrow
|
||||
|
||||
@@ -80,7 +80,7 @@ To finish a time-based escrow:
|
||||
|
||||
The transaction completes and balances are updated for both the Standby and Operational accounts.
|
||||
|
||||
[](img/quickstart-py-escrow4.png)
|
||||
[](/img/quickstart-py-escrow4.png)
|
||||
|
||||
## Get Escrows
|
||||
|
||||
@@ -88,7 +88,7 @@ Click **Get Escrows** to see the current list of escrows for the Operational acc
|
||||
|
||||
For the purposes of this tutorial, you can follow the steps in [Create Escrow](#create-escrow), above, to create a new escrow transaction that you can then look up. Remember to capture the _Sequence Number_ from the transaction results.
|
||||
|
||||
[](img/quickstart-py-escrow5.png)
|
||||
[](/img/quickstart-py-escrow5.png)
|
||||
|
||||
|
||||
## Cancel Escrow
|
||||
@@ -105,7 +105,7 @@ To cancel an expired escrow:
|
||||
|
||||
The funds are returned to the Standby account, less the initial transaction fee.
|
||||
|
||||
[](img/quickstart-py-escrow6.png)
|
||||
[](/img/quickstart-py-escrow6.png)
|
||||
|
||||
## Oh No! I Forgot to Save the Sequence Number!
|
||||
|
||||
@@ -114,11 +114,11 @@ 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 _PreviousTxnLgrSeq_ value from the results.
|
||||

|
||||

|
||||
4. Paste the _PreviousTxnLgrSeq_ in the **Transaction to Look Up** field.
|
||||
5. Click **Get Transaction**.
|
||||
6. Locate the _Sequence_ value in the results.
|
||||

|
||||

|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
@@ -634,4 +634,4 @@ btn_op_get_transaction.grid(row = 6, column = 3, sticky = "nsew")
|
||||
|
||||
# Start the application
|
||||
window.mainloop()
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user