getOrderbook - return raw order data (#886)

Fix #799
This commit is contained in:
Elliot Lee
2018-05-08 15:05:41 -07:00
committed by GitHub
parent a36e23ebfa
commit f28ec27614
7 changed files with 1160 additions and 17 deletions

View File

@@ -14,6 +14,12 @@ This method returns a promise that resolves with an object with the following st
<%- renderSchema('output/get-orderbook.json') %>
### New in ripple-lib 0.22.0 and higher
The response includes a `data` property containing the raw order data. This may include `owner_funds`, `Flags`, and other fields.
For details, see the rippled method [book_offers](https://ripple.com/build/rippled-apis/#book-offers).
### Example
```javascript