mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Merge pull request #386 from jhaaaa/use-escrows-land
fix Use Escrows landing page
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
# Use Escrows
|
|
||||||
|
|
||||||
The XRP Ledger supports held payments, or _escrows_, that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. You can use these features to build publicly-provable smart contracts. This article explains basic tasks relating to held payments.
|
|
||||||
@@ -652,13 +652,13 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
- md: tutorials/use-complex-payment-types/use-escrows/use-escrows.md
|
- name: Use Escrows
|
||||||
html: use-escrows.html
|
html: use-escrows.html
|
||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
subcategory: Use Escrows
|
subcategory: Use Escrows
|
||||||
blurb: The XRP Ledger supports held payments, or _escrows_, that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. You can use these features to build publicly-provable smart contracts. This article explains basic tasks relating to held payments.
|
blurb: The XRP Ledger supports held payments, or escrows, that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. You can use these features to build publicly-provable smart contracts. This sections explains basic tasks relating to held payments.
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
@@ -669,6 +669,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
subcategory: Use Escrows
|
subcategory: Use Escrows
|
||||||
|
blurb: Create an escrow whose only condition for release is that a specific time has passed.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -678,6 +679,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
subcategory: Use Escrows
|
subcategory: Use Escrows
|
||||||
|
blurb: Create an escrow whose release is based on a condition being fulfilled.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -687,6 +689,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
subcategory: Use Escrows
|
subcategory: Use Escrows
|
||||||
|
blurb: Cancel an expired escrow.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -696,6 +699,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
subcategory: Use Escrows
|
subcategory: Use Escrows
|
||||||
|
blurb: Look up pending escrows by sender or destination address.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user