Escrow tutorial: more progress and json samples

This commit is contained in:
mDuo13
2017-08-22 17:48:43 -07:00
parent b4a6aa512e
commit a2e0ff32fd
4 changed files with 80 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
"Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"TransactionType": "EscrowCreate",
"Amount": "10000",
"Destination": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
"Condition": "a02580202ed6c7f59fdda3a01d0d3288dbbb1335ef22e574269ff8ca17ef0d0b5a3902ca810120"
}

View File

@@ -0,0 +1,7 @@
{
"Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"TransactionType": "EscrowCreate",
"Amount": "10000",
"Destination": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
"FinishAfter": 563846400
}

View File

@@ -0,0 +1,8 @@
{
"Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"TransactionType": "EscrowFinish",
"Owner": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"OfferSequence": 374,
"Condition": "a02580202ed6c7f59fdda3a01d0d3288dbbb1335ef22e574269ff8ca17ef0d0b5a3902ca810120",
"Fulfillment": "a022802044eecc291bc46371e3a8db93be8b76818115e903de2a6a0b14cfe033235cd397"
}