Improve docs (raw order data)

This commit is contained in:
Elliot Lee
2018-05-24 20:02:45 -07:00
parent 95e39153da
commit d55aa2339f
2 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ 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
### Raw order data
The response includes a `data` property containing the raw order data. This may include `owner_funds`, `Flags`, and other fields.
(Requires ripple-lib 0.22.0 or 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).