From e1d709570bd95138464d766a0fbfee95406791cb Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 4 Aug 2015 14:54:09 -0700 Subject: [PATCH] rippled ledger command binary option (DEV-129) --- content/rippled.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rippled.md b/content/rippled.md index 0316b694c6..1c7835ba5d 100644 --- a/content/rippled.md +++ b/content/rippled.md @@ -3031,6 +3031,7 @@ The request can contain the following parameters: | expand | Boolean | (Optional, defaults to false) Provide full JSON-formatted information for transaction/account information instead of just hashes | | ledger_hash | String | (Optional) A 20-byte hex string for the ledger version to use. (See [Specifying a Ledger](#specifying-a-ledger-instance)) | | ledger_index | String or Unsigned Integer| (Optional) The sequence number of the ledger to use, or a shortcut string to choose a ledger automatically. (See [Specifying a Ledger](#specifying-a-ledger-instance))| +| binary | Boolean | (Optional, defaults to false) If `transactions` and `expand` are both true, and this option is also true, return transaction information in binary format instead of JSON format. _(New in [rippled v0.28.0](https://github.com/ripple/rippled/releases/tag/0.28.0))_ | The `ledger` field is deprecated and may be removed without further notice.