Skip to content

Commit 7253913

Browse files
authored
Merge pull request #3034 from XRPLF/add_mptoken_to_acc_obj_types
Add MPToken to the list of account_objects
2 parents 493c7d3 + 649e232 commit 7253913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Valid `type` field values are:
9494
| `Check` | `check` |
9595
| `DepositPreauth` | `deposit_preauth` |
9696
| `Escrow` | `escrow` |
97+
| `MPToken` | `mptoken` |
9798
| `NFTokenOffer` | `nft_offer` |
9899
| `NFTokenPage` | `nft_page` |
99100
| `Offer` | `offer` |
@@ -102,6 +103,7 @@ Valid `type` field values are:
102103
| `SignerList` | `signer_list` |
103104
| `Ticket` | `ticket` |
104105

106+
{% admonition type="info" name="Note" %}MPToken requires the [MPToken amendment][] {% not-enabled /%}.{% /admonition %}
105107
{% admonition type="info" name="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.{% /admonition %}
106108

107109
## Response Format

0 commit comments

Comments
 (0)