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

26 lines
594 B
JSON

{
"type": "settings",
"address": "r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b",
"sequence": 475,
"id": "8925FC8844A1E930E2CC76AD0A15E7665AFCC5425376D548BB1413F484C31B8C",
"specification": {
"enableTransactionIDTracking": true
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2015-07-28T18:16:50.000Z",
"fee": "0.012",
"balanceChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"currency": "XRP",
"value": "-0.012"
}
]
},
"orderbookChanges": {},
"ledgerVersion": 14914896,
"indexInLedger": 1
}
}