mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
* rename files to camelCase * fix imports * more renames * pull all client tests out of individual folders * fix imports * fix tests
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"direction": "buy",
|
|
"quantity": {
|
|
"currency": "USD",
|
|
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
|
|
"value": "10.1"
|
|
},
|
|
"totalPrice": {
|
|
"currency": "XRP",
|
|
"value": "2"
|
|
},
|
|
"immediateOrCancel": true,
|
|
"expirationTime": "2015-01-14T18:36:52.000Z"
|
|
}
|