mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
* Add SusPay core tests
* Rename SusPay -> SuspendedPayment (code review)
* Rename cancelAfter -> allowCancelAfter
* Rename suspendedPayment{Finish,Execution}
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"source": {
|
|
"address": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
|
|
"maxAmount": {
|
|
"value": "0.01",
|
|
"currency": "USD",
|
|
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM"
|
|
}
|
|
},
|
|
"destination": {
|
|
"address": "rpZc4mVfWUif9CRoHRKKcmhu1nx2xktxBo",
|
|
"amount": {
|
|
"value": "0.01",
|
|
"currency": "USD",
|
|
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM"
|
|
}
|
|
},
|
|
"allowCancelAfter": 1440694329002
|
|
}
|