Add MPToken to the list of account_objects

This commit is contained in:
Dennis Dawson
2025-03-18 08:50:09 -07:00
parent 493c7d33b4
commit 649e232ea4

View File

@@ -94,6 +94,7 @@ Valid `type` field values are:
| `Check` | `check` |
| `DepositPreauth` | `deposit_preauth` |
| `Escrow` | `escrow` |
| `MPToken` | `mptoken` |
| `NFTokenOffer` | `nft_offer` |
| `NFTokenPage` | `nft_page` |
| `Offer` | `offer` |
@@ -102,6 +103,7 @@ Valid `type` field values are:
| `SignerList` | `signer_list` |
| `Ticket` | `ticket` |
{% admonition type="info" name="Note" %}MPToken requires the [MPToken amendment][] {% not-enabled /%}.{% /admonition %}
{% 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 %}
## Response Format