fix amendment name: MPToken to MPTokensV1

This commit is contained in:
tequ
2025-02-19 10:54:02 +09:00
parent 8bc6ed6507
commit 9d9dbec483
16 changed files with 22 additions and 22 deletions

View File

@@ -5,11 +5,11 @@ labels:
---
# MPToken
_(Requires the [MPToken amendment][] {% not-enabled /%})_
_(Requires the [MPTokensV1 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`.
<!-- _(Added by the [MPTokenV1_1 amendment][].)_ -->
<!-- _(Added by the [MPTokensV1_1 amendment][].)_ -->
## Example MPToken JSON

View File

@@ -5,11 +5,11 @@ labels:
---
# MPTokenIssuance
_(Requires the [MPToken amendment][] {% not-enabled /%})_
_(Requires the [MPTokensV1 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.
<!-- _(Added by the [MPTokenV1_1 amendment][].)_ -->
<!-- _(Added by the [MPTokensV1_1 amendment][].)_ -->
## Example MPTokenIssuance JSON