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

79 lines
2.1 KiB
JSON

{
"type": "order",
"address": "rfrCsX1gzVLvXzmgDxTYUWp96Ri6m61qtH",
"sequence": 61349002,
"id": "995570FE1E40F42DF56BFC80503BA9E3C1229619C61A1C279A76BC0805036D73",
"specification": {
"memos": [
{
"type": "687474703a2f2f6578616d706c652e636f6d2f6d656d6f2f67656e65726963",
"data": "72656e74"
},
{
"type": "687474703a2f2f6578616d706c652e636f6d2f6d656d6f2f67656e65726963",
"data": "72656e74"
}
],
"direction": "buy",
"quantity": {
"currency": "NRD",
"value": "0.1",
"counterparty": "rGaZKAxMDhsSHvB51toY3YxGoPLhaX6Y5R"
},
"totalPrice": {
"currency": "XRP",
"value": "1"
}
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2015-07-29T12:33:30.000Z",
"fee": "0",
"balanceChanges": {
"rGaZKAxMDhsSHvB51toY3YxGoPLhaX6Y5R": [
{
"currency": "XRP",
"value": "0.01"
},
{
"counterparty": "rfrCsX1gzVLvXzmgDxTYUWp96Ri6m61qtH",
"currency": "NRD",
"value": "-0.1"
}
],
"rfrCsX1gzVLvXzmgDxTYUWp96Ri6m61qtH": [
{
"counterparty": "rGaZKAxMDhsSHvB51toY3YxGoPLhaX6Y5R",
"currency": "NRD",
"value": "0.1"
},
{
"currency": "XRP",
"value": "-0.010012"
}
]
},
"orderbookChanges": {
"rGaZKAxMDhsSHvB51toY3YxGoPLhaX6Y5R": [
{
"direction": "sell",
"quantity": {
"currency": "NRD",
"counterparty": "rGaZKAxMDhsSHvB51toY3YxGoPLhaX6Y5R",
"value": "0.1"
},
"totalPrice": {
"currency": "XRP",
"value": "0.01"
},
"sequence": 61350140,
"status": "partially-filled",
"makerExchangeRate": "0.1"
}
]
},
"ledgerVersion": 3717633,
"indexInLedger": 3
}
}