mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
* rename files to camelCase * fix imports * more renames * pull all client tests out of individual folders * fix imports * fix tests
22 lines
377 B
JSON
22 lines
377 B
JSON
{
|
|
"direction": "sell",
|
|
"quantity": {
|
|
"currency": "USD",
|
|
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
|
|
"value": "10.1"
|
|
},
|
|
"totalPrice": {
|
|
"currency": "XRP",
|
|
"value": "2"
|
|
},
|
|
"immediateOrCancel": true,
|
|
"orderToReplace": 12345,
|
|
"memos": [
|
|
{
|
|
"type": "test",
|
|
"format": "text/plain",
|
|
"data": "texted data"
|
|
}
|
|
]
|
|
}
|