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

33 lines
843 B
JSON

{
"type": "checkCreate",
"address": "rNpdNFXNMvEcaXDqMypi48gdSABZkYuyQE",
"sequence": 3,
"id": "605A2E2C8E48AECAF5C56085D1AEAA0348DC838CE122C9188F94EB19DA05C2FE",
"specification": {
"destination": "raLHvSZXacoGiCoWrdBhVGstZm6GhF7oRr",
"sendMax": {
"currency": "XRP",
"value": "3"
},
"destinationTag": 1235,
"expiration": "2018-02-25T21:22:47.000Z",
"invoiceID": "DEADBEEF2FE8A32E40E1F2C05CF1C15545BAB56B617F9C6C2D63A6B704BEF59B"
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2018-02-23T22:20:01.000Z",
"fee": "0.000012",
"balanceChanges": {
"rNpdNFXNMvEcaXDqMypi48gdSABZkYuyQE": [
{
"currency": "XRP",
"value": "-0.000012"
}
]
},
"orderbookChanges": {},
"ledgerVersion": 6967458,
"indexInLedger": 1
}
}