mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
Add note to account_objects.md about commandline interface type field.
This commit is contained in:
@@ -81,6 +81,8 @@ The request includes the following parameters:
|
|||||||
| `limit` | Number | _(Optional)_ The maximum number of objects to include in the results. Must be within the inclusive range `10` to `400` on non-admin connections. The default is `200`. |
|
| `limit` | Number | _(Optional)_ The maximum number of objects to include in the results. Must be within the inclusive range `10` to `400` on non-admin connections. The default is `200`. |
|
||||||
| `marker` | [Marker][] | _(Optional)_ Value from a previous paginated response. Resume retrieving data where that response left off. |
|
| `marker` | [Marker][] | _(Optional)_ Value from a previous paginated response. Resume retrieving data where that response left off. |
|
||||||
|
|
||||||
|
**Note:** The commandline interface to the `account_objects` command doesn't accept the `type` field. Use the [json method][] to send the JSON-RPC format request on the commandline instead.
|
||||||
|
|
||||||
## Response Format
|
## Response Format
|
||||||
|
|
||||||
An example of a successful response:
|
An example of a successful response:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ This tutorial shows how to look up [Checks](checks.html) by their recipient. You
|
|||||||
|
|
||||||
To get a list of all incoming and outgoing Checks for an account, use the `account_objects` command with the recipient account's address and set the `type` field of the request to `checks`.
|
To get a list of all incoming and outgoing Checks for an account, use the `account_objects` command with the recipient account's address and set the `type` field of the request to `checks`.
|
||||||
|
|
||||||
|
<!-- Moved this note to the account_objects method page. -->
|
||||||
**Note:** The commandline interface to the `account_objects` command does not accept the `type` field. You can use the [json method][] to send the JSON-RPC format request on the commandline instead.
|
**Note:** The commandline interface to the `account_objects` command does not accept the `type` field. You can use the [json method][] to send the JSON-RPC format request on the commandline instead.
|
||||||
|
|
||||||
### Example Request
|
### Example Request
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ This tutorial shows how to look up [Checks](checks.html) by their sender. You ma
|
|||||||
|
|
||||||
To get a list of all incoming and outgoing Checks for an account, use the `account_objects` command with the sending account's address and set the `type` field of the request to `checks`.
|
To get a list of all incoming and outgoing Checks for an account, use the `account_objects` command with the sending account's address and set the `type` field of the request to `checks`.
|
||||||
|
|
||||||
|
<!-- This note moved to account_objects method page. -->
|
||||||
**Note:** The commandline interface to the `account_objects` command does not accept the `type` field. You can use the [json method][] to send the JSON-RPC format request on the commandline instead.
|
**Note:** The commandline interface to the `account_objects` command does not accept the `type` field. You can use the [json method][] to send the JSON-RPC format request on the commandline instead.
|
||||||
|
|
||||||
### Example Request
|
### Example Request
|
||||||
|
|||||||
Reference in New Issue
Block a user