Label browsing: proof of concept

This commit is contained in:
mDuo13
2021-06-02 18:17:16 -07:00
parent ec5b68d876
commit d48c3d57a1
19 changed files with 137 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
html: escrow-object.html #escrow.html is taken by the concept page
parent: ledger-object-types.html
blurb: Contains XRP held for a conditional payment.
labels:
- Escrow
---
# Escrow
[[Source]](https://github.com/ripple/rippled/blob/c6b6d82a754fe449cc533e18659df483c10a5c98/src/ripple/protocol/impl/LedgerFormats.cpp#L90-L101 "Source")

View File

@@ -2,6 +2,8 @@
html: escrowcancel.html
parent: transaction-types.html
blurb: Reclaim escrowed XRP.
labels:
- Escrow
---
# EscrowCancel

View File

@@ -2,6 +2,8 @@
html: escrowcreate.html
parent: transaction-types.html
blurb: Create an escrowed XRP payment.
labels:
- Escrow
---
# EscrowCreate

View File

@@ -2,6 +2,8 @@
html: escrowfinish.html
parent: transaction-types.html
blurb: Deliver escrowed XRP to recipient.
labels:
- Escrow
---
# EscrowFinish