Use component amendment disclaimers for MPTs

This commit is contained in:
Maria Shodunke
2025-10-02 16:06:25 +01:00
parent 3b9a1834ba
commit 68433983d1
11 changed files with 15 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ An MPTokenAuthorize transaction controls whether an account can hold a given [Mu
- An account revokes their willingness to hold an MPT, deleting the [MPToken entry][]. This can only be done if their balance of the given MPT is zero.
- For an MPT that uses allow-listing, an issuer grants or revokes permission for another account to hold the given MPT.
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_
{% amendment-disclaimer name="MPTokensV1" /%}
{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}

View File

@@ -15,7 +15,7 @@ If the transaction is successful, the newly created token is owned by the accoun
Whenever your query returns an `MPTokenIssuance` transaction response, there will always be an `mpt_issuance_id` field on the Transaction Metadata page.
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_
{% amendment-disclaimer name="MPTokensV1" /%}
## Example MPTokenIssuanceCreate JSON

View File

@@ -12,7 +12,7 @@ The `MPTokenIssuanceDestroy` transaction is used to remove an `MPTokenIssuance`
If this operation succeeds, the corresponding `MPTokenIssuance` is removed and the owners reserve requirement is reduced by one. This operation must fail if there are any holders of the MPT in question.
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_
{% amendment-disclaimer name="MPTokensV1" /%}
## Example MPTokenIssuanceDestroy JSON

View File

@@ -10,7 +10,7 @@ status: not_enabled
Use this transaction to update a mutable property for a Multi-purpose Token. The transaction flags determine which change(s) to apply.
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_
{% amendment-disclaimer name="MPTokensV1" /%}
## Example