mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 21:55:52 +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:
@@ -18,7 +18,7 @@ This example shows how to:
|
||||
|
||||
3. Cancel a conditional escrow transaction.
|
||||
|
||||
[](img/quickstart-py-conditional-escrow-1.png)
|
||||
[](/img/quickstart-py-conditional-escrow-1.png)
|
||||
|
||||
|
||||
## Prerequisites
|
||||
@@ -54,13 +54,13 @@ To get test accounts:
|
||||
3. Click **Get Operational Account**.
|
||||
4. Click **Get Op Account Info**.
|
||||
|
||||
[](img/quickstart-py-conditional-escrow-2.png)
|
||||
[](/img/quickstart-py-conditional-escrow-2.png)
|
||||
|
||||
#### Get a Condition and Fulfillment
|
||||
|
||||
Click **Get Condition** to generate a condition/fulfillment pair and populate the fields on the form. You can copy the values and store them in a text file for safe keeping.
|
||||
|
||||
[](img/quickstart-py-conditional-escrow-3.png)
|
||||
[](/img/quickstart-py-conditional-escrow-3.png)
|
||||
|
||||
### Create Conditional Escrow
|
||||
|
||||
@@ -83,7 +83,7 @@ The escrow is created on the XRP Ledger instance, reserving your requested XRP a
|
||||
|
||||
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-conditional-escrow-4.png)
|
||||
[](/img/quickstart-py-conditional-escrow-4.png)
|
||||
|
||||
## Finish Conditional Escrow
|
||||
|
||||
@@ -100,7 +100,7 @@ To finish a conditional escrow:
|
||||
|
||||
The transaction completes and balances are updated for both the Standby and Operational accounts.
|
||||
|
||||
[](img/quickstart-py-conditional-escrow-5.png)
|
||||
[](/img/quickstart-py-conditional-escrow-5.png)
|
||||
|
||||
## Get Escrows
|
||||
|
||||
@@ -117,13 +117,13 @@ 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 Conditional Escrow](#create-conditional-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
|
||||
|
||||
@@ -605,4 +605,3 @@ btn_op_get_transaction.grid(row = 6, column = 3, sticky = "nsew")
|
||||
# Start the application
|
||||
window.mainloop()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user