Adds commandline response for account_offers.md

This commit is contained in:
rmurphy23
2020-07-15 14:44:51 -07:00
parent cf6a6ff5eb
commit aece660c44

View File

@@ -152,6 +152,19 @@ An example of a successful response:
}
}
```
*Commandline*
```json
{
"result" : {
"account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
"ledger_current_index" : 56843824,
"offers" : [],
"status" : "success",
"validated" : false
}
}
```
<!-- MULTICODE_BLOCK_END -->