mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Adds commandline response for account_offers.md
This commit is contained in:
@@ -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 -->
|
<!-- MULTICODE_BLOCK_END -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user