Remove Escrow amendment + fix admonition

This commit is contained in:
Maria Shodunke
2025-10-13 11:28:36 +01:00
parent 9b9d186af1
commit 3136af79a3
5 changed files with 2 additions and 10 deletions

View File

@@ -8,9 +8,8 @@ labels:
Traditionally, an escrow is a contract between two parties to facilitate financial transactions. An impartial third party receives and holds funds, and only releases them to the intended recipient when conditions specified by the contract are met. This method ensures both parties meet their obligations.
The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens ([see Token Escrow](#token-escrow)), which can't be used or destroyed until conditions are met.
The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens, which can't be used or destroyed until conditions are met.
{% amendment-disclaimer name="Escrow" /%}
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}
## Token Escrow

View File

@@ -9,7 +9,6 @@ labels:
An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds funds until specific conditions are met. You can create an escrow by sending an [EscrowCreate transaction][].
{% amendment-disclaimer name="Escrow" /%}
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}
## Example {% $frontmatter.seo.title %} JSON

View File

@@ -9,8 +9,6 @@ labels:
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender.
{% amendment-disclaimer name="Escrow" /%}
## Example {% $frontmatter.seo.title %} JSON
```json

View File

@@ -9,7 +9,7 @@ labels:
Set aside funds in an [escrow](../../../../concepts/payment-types/escrow.md) that delivers them to a predetermined recipient when certain conditions are met. If the escrow has an expiration, the funds can also be returned to the sender after it expires.
{% admonition type="info" name="Fungible Tokens" %}
{% admonition type="info" name="Note" %}
To escrow fungible tokens you must take note of the following:
- Trust Line Tokens must have the **Allow Trust Line Locking** flag enabled on their account.
@@ -18,7 +18,6 @@ To escrow fungible tokens you must take note of the following:
- If the token requires **authorization**, both sender and recipient must be pre-authorized by the issuer.
{% /admonition %}
{% amendment-disclaimer name="Escrow" /%}
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}

View File

@@ -9,9 +9,6 @@ labels:
Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
{% amendment-disclaimer name="Escrow" /%}
## Example {% $frontmatter.seo.title %} JSON
```json