Files
xahau.js/test/fixtures/responses/getTransactionSettingsTrackingOff.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
595 B
JSON

{
"type": "settings",
"address": "r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b",
"sequence": 476,
"id": "C8C5E20DFB1BF533D0D81A2ED23F0A3CBD1EF2EE8A902A1D760500473CC9C582",
"specification": {
"enableTransactionIDTracking": false
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2015-07-28T18:45:00.000Z",
"fee": "0.012",
"balanceChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"currency": "XRP",
"value": "-0.012"
}
]
},
"orderbookChanges": {},
"ledgerVersion": 14915293,
"indexInLedger": 2
}
}