Move more amendment disclaimers to end of section

This commit is contained in:
mDuo13
2025-10-06 14:27:46 -07:00
parent 07f4436b45
commit f509c4b185
25 changed files with 82 additions and 108 deletions

View File

@@ -887,10 +887,10 @@ rippled json ledger_entry '{ "nft_page": "255DD86DDF59D778081A06D02701E9B2C9F4F0
### Get MPT Issuance Object
{% amendment-disclaimer name="MPTokensV1" /%}
Return an `MPTokenIssuance` object.
{% amendment-disclaimer name="MPTokensV1" /%}
| Field | Type | Description |
|:---------------|:-------|:----------------------|
| `mpt_issuance` | String | The 192-bit `MPTokenIssuanceID` that's associated with the MPTokenIssuance, as hexadecimal. |
@@ -933,10 +933,10 @@ rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577
### Get MPToken Object
{% amendment-disclaimer name="MPTokensV1" /%}
Return an `MPToken` object.
{% amendment-disclaimer name="MPTokensV1" /%}
| Field | Type | Description |
|:--------------------------|:-----------------|:------------|
| `mptoken` | Object or String | If a string, interpret as ledger entry ID of the MPToken to retrieve. If an object, requires the sub-fields `account` and `mpt_issuance_id` to uniquely identify the MPToken. |