ripple-lib-peersafe
Version:
A JavaScript API for interacting with Ripple in Node.js and the browser
21 lines (20 loc) • 350 B
JSON
{
"direction": "sell",
"quantity": {
"currency": "USD",
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
"value": "10.1"
},
"totalPrice": {
"currency": "XRP",
"value": "2"
},
"immediateOrCancel": true,
"memos": [
{
"type": "test",
"format": "plain/text",
"data": "texted data"
}
]
}