Files
xahau.js/test/fixtures/responses/getTransactionPaymentChannelFundWithMemo.json
Mayukha Vadari f9fe5936b1 refactor: rename all test files to camelCase (#1562)
* rename files to camelCase

* fix imports

* more renames

* pull all client tests out of individual folders

* fix imports

* fix tests
2021-10-04 14:10:10 -04:00

44 lines
1.2 KiB
JSON

{
"type": "paymentChannelFund",
"address": "rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK",
"sequence": 114,
"id": "CD053D8867007A6A4ACB7A432605FE476D088DCB515AFFC886CF2B4EB6D2AE81",
"specification": {
"channel": "43904CBFCDCEC530B4037871F86EE90BF799DF8D2E0EA564BC8A3F332E4F5FB1",
"amount": "1",
"memos": [
{
"type": "test",
"format": "text/plain",
"data": "texted data"
}
]
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2017-03-09T14:09:51.000Z",
"fee": "0.000012",
"balanceChanges": {
"rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK": [
{
"currency": "XRP",
"value": "-1.000012"
}
]
},
"orderbookChanges": {},
"ledgerVersion": 786310,
"indexInLedger": 1,
"channelChanges": {
"status": "modified",
"channelId": "43904CBFCDCEC530B4037871F86EE90BF799DF8D2E0EA564BC8A3F332E4F5FB1",
"source": "rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK",
"destination": "rBmNDZ7vbTCwakKXsX3pDAwDdQuxM7yBRa",
"channelAmountChangeDrops": "1000000",
"channelAmountDrops": "2000000",
"channelBalanceDrops": "801000",
"previousTxnId": "81B9ECAE7195EB6E8034AEDF44D8415A7A803E14513FDBB34FA984AB37D59563"
}
}
}