Files
xahau.js/test/fixtures/responses/getTransactionOrderCancellation.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.0 KiB
JSON

{
"type": "orderCancellation",
"address": "r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b",
"id": "809335DD3B0B333865096217AA2F55A4DF168E0198080B3A090D12D88880FF0E",
"sequence": 466,
"specification": {
"orderSequence": 465
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2014-09-24T21:21:50.000Z",
"fee": "0.012",
"balanceChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"currency": "XRP",
"value": "-0.012"
}
]
},
"orderbookChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"direction": "buy",
"quantity": {
"currency": "USD",
"counterparty": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
"value": "237"
},
"totalPrice": {
"currency": "XRP",
"value": "0.0002"
},
"makerExchangeRate": "1185000",
"sequence": 465,
"status": "cancelled"
}
]
},
"ledgerVersion": 14661789,
"indexInLedger": 4
}
}