mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
Change disclaimer to amendment link
This commit is contained in:
@@ -5,7 +5,7 @@ labels:
|
||||
---
|
||||
# MPToken
|
||||
|
||||
{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
|
||||
_(Requires the [MPToken amendment][] {% not-enabled /%})_
|
||||
|
||||
The `MPToken` object represents a number of tokens held by an account that is not the token issuer. MPTs are acquired via ordinary payment or DEX transactions, and can optionally be redeemed or exchanged using these same types of transactions. The object key of the MPToken is derived from hashing the space key, the holder's address, and the `MPTokenIssuanceID`.
|
||||
|
||||
@@ -58,7 +58,7 @@ Flags are properties or other options associated with the `MPToken` object.
|
||||
| `lsfMPTAuthorized` | `0x00000002` | (Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT. This flag can be set using a `MPTokenAuthorize` transaction; it can also be "un-set" using a `MPTokenAuthorize` transaction specifying the `tfMPTUnauthorize` flag. |
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
<!-- Uncomment for xrpl.org
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
{% include '_snippets/rippled_versions.md' %} -->
|
||||
{% include '_snippets/rippled_versions.md' %}
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -5,7 +5,7 @@ labels:
|
||||
---
|
||||
# MPTokenIssuance
|
||||
|
||||
{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
|
||||
_(Requires the [MPToken amendment][] {% not-enabled /%})_
|
||||
|
||||
The `MPTokenIssuance` object represents a single MPT issuance and holds data associated with the issuance itself. Token issuances are created using the `MPTokenIssuanceCreate` transaction and can be destroyed by the `MPTokenIssuanceDestroy` transaction.
|
||||
|
||||
@@ -90,9 +90,7 @@ Flags are properties or other options associated with the `MPToken` object. Exce
|
||||
| `lsfMPTCanTransfer` | `0x00000020` | If set, indicates that tokens held by non-issuers can be transferred to other accounts. If not set, indicates that tokens held by non-issuers cannot be transferred except back to the issuer; this enables use cases such as store credit. |
|
||||
| `lsfMPTCanClawback` | `0x00000040` | If set, indicates that the issuer may use the `Clawback` transaction to claw back value from individual holders. |
|
||||
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
<!-- uncomment for xrpl.org
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
{% include '_snippets/rippled_versions.md' %} -->
|
||||
{% include '_snippets/rippled_versions.md' %}
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
Reference in New Issue
Block a user