mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Escrow tutorial [WIP]
This commit is contained in:
21
content/snippets/tx-type-links.md
Normal file
21
content/snippets/tx-type-links.md
Normal file
@@ -0,0 +1,21 @@
|
||||
{% set txtypes = [
|
||||
"AccountSet",
|
||||
"EscrowCancel",
|
||||
"EscrowCreate",
|
||||
"EscrowFinish",
|
||||
"OfferCancel",
|
||||
"OfferCreate",
|
||||
"Payment",
|
||||
"PaymentChannelClaim",
|
||||
"PaymentChannelCreate",
|
||||
"PaymentChannelFund",
|
||||
"SetRegularKey",
|
||||
"SignerListSet",
|
||||
"TrustSet"
|
||||
] %}
|
||||
|
||||
{% for tx in txtypes %}
|
||||
[{{tx}}]: reference-transaction-format.html#{{tx|lower}}
|
||||
[{{tx}} transaction]: reference-transaction-format.html#{{tx|lower}}
|
||||
[{{tx}} transactions]: reference-transaction-format.html#{{tx|lower}}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user