Files
xahau.js/test/fixtures/responses/getTransactionAccountDeleteWithMemo.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

40 lines
959 B
JSON

{
"type": "accountDelete",
"address": "rPMMnbyptUziwr4eWAUQ3UHycaiNKZTJWd",
"sequence": 16427655,
"id": "BB1F552C57880F636FE8A88C041DEBAE96B428074CB4AB7DF489181F512B9FC3",
"specification": {
"memos": [
{
"type": "test",
"format": "text/plain",
"data": "texted data"
}
],
"destination": "rErhTv3pwYAgsERLfhtWeE33wAHtDRuUwK",
"destinationXAddress": "XVEwxw6GgRruNDrp8d4bTkqjBt3S3fcrNdjdAS8j7BZxp2e"
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2019-12-17T09:16:51.000Z",
"fee": "5",
"balanceChanges": {
"rErhTv3pwYAgsERLfhtWeE33wAHtDRuUwK": [
{
"currency": "XRP",
"value": "994.979976"
}
],
"rPMMnbyptUziwr4eWAUQ3UHycaiNKZTJWd": [
{
"currency": "XRP",
"value": "-999.979976"
}
]
},
"orderbookChanges": {},
"ledgerVersion": 16430632,
"indexInLedger": 0
}
}