Adds commandline repsonse to account_tx.md

This commit is contained in:
rmurphy23
2020-07-15 14:52:35 -07:00
parent aece660c44
commit e5d41d9740

View File

@@ -557,6 +557,22 @@ An example of a successful response:
}
```
*Commandline*
```json
{
"result" : {
"account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
"ledger_index_max" : 56843937,
"ledger_index_min" : 56843321,
"limit" : 2,
"status" : "success",
"transactions" : [],
"validated" : true
}
}
```
<!-- MULTICODE_BLOCK_END -->
The response follows the [standard format][], with a successful result containing the following fields: