Escrow tutorial [WIP]

This commit is contained in:
mDuo13
2017-04-14 17:48:05 -07:00
parent dfc16a4b1a
commit 5e36303578
36 changed files with 338 additions and 9 deletions

View 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 %}