Skip to content

Commit 9d9dbec

Browse files
committed
fix amendment name: MPToken to MPTokensV1
1 parent 8bc6ed6 commit 9d9dbec

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ rippled json ledger_entry '{ "nft_page": "255DD86DDF59D778081A06D02701E9B2C9F4F0
810810

811811
### MPT Issuanceオブジェクトを取得する
812812

813-
_([MPToken amendment][]が必要です。 {% not-enabled /%})_
813+
_([MPTokensV1 amendment][]が必要です。 {% not-enabled /%})_
814814

815815
`MPTokenIssuance`オブジェクトを返します。
816816

@@ -856,7 +856,7 @@ rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577
856856

857857
### MPTokenオブジェクトを取得する
858858

859-
_([MPToken amendment][]が必要です。 {% not-enabled /%})_
859+
_([MPTokensV1 amendment][]が必要です。 {% not-enabled /%})_
860860

861861
`MPToken`オブジェクトを返します。
862862

@l10n/ja/docs/references/protocol/data-types/mptoken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ labels:
99

1010
`MPTokenIssuanceID`.`MPToken`オブジェクトは、トークン発行者ではないアカウントが保有する複数のトークンを表します。MPTは通常の支払いやDEXトランザクションを通じて取得され、これらと同じタイプのトランザクションを使用してオプションで償還または交換することができます。MPTokenのオブジェクトキーは、スペースキー、保有者のアドレス、および`MPTokenIssuanceID`をハッシュ化することで生成されます。
1111

12-
_([MPTokenV1_1 amendment][]により追加されました。)_
12+
_([MPTokensV1_1 amendment][]により追加されました。)_
1313

1414
## MPToken JSONの例
1515

@l10n/ja/docs/references/protocol/data-types/mptokenissuance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ labels:
99

1010
`MPTokenIssuance`オブジェクトは、単一のMPT Issuanceを表し、Issuance自体に関連するデータを保持します。このIssuanceは`MPTokenIssuanceCreate`トランザクションを使用して作成され、`MPTokenIssuanceDestroy`トランザクションによって破棄することができます。
1111

12-
_([MPTokenV1_1 amendment][]により追加されました。)_
12+
_([MPTokensV1_1 amendment][]により追加されました。)_
1313

1414
## MPTokenIssuance JSONの例
1515

docs/_snippets/common-links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
[LedgerHashesエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
135135
[LedgerHashesオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
136136
[Marker]: /docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md
137-
[MPToken amendment]: /resources/known-amendments.md#mptokensv1
137+
[MPTokensV1 amendment]: /resources/known-amendments.md#mptokensv1
138138
[MultiSign amendment]: /resources/known-amendments.md#multisign
139139
[MultiSignReserve amendment]: /resources/known-amendments.md#multisignreserve
140140
[NFTokenAcceptOffer transaction]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
@@ -220,7 +220,7 @@
220220
[Payment]: /docs/references/protocol/transactions/types/payment.md
221221
[Paymentトランザクション]: /docs/references/protocol/transactions/types/payment.md
222222
[PriceOracle amendment]: /resources/known-amendments.md#priceoracle
223-
[MPTokenV1_1 amendment]: /resources/known-amendments.md#priceoracle
223+
[MPTokensV1_1 amendment]: /resources/known-amendments.md#priceoracle
224224
[RFC-1751]: https://tools.ietf.org/html/rfc1751
225225
[Reporting Mode]: /docs/concepts/networks-and-servers/rippled-server-modes.md#reporting-mode
226226
[RequireFullyCanonicalSig amendment]: /resources/known-amendments.md#requirefullycanonicalsig

docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ status: not_enabled
88
---
99
# Multi-purpose Tokens
1010

11-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
11+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
1212

1313
Multi-purpose tokens (MPTs) are a more compact and flexible type of fungible token.
1414

docs/references/http-websocket-apis/public-api-methods/clio-methods/mpt_holders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77

88
# mpt_holders
99

10-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
10+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
1111

1212
For a given `MPTokenIssuanceID` and ledger sequence, `mpt_holders` returns all holders of that MPT and their balance. This method likely returns very large data sets, so you should expect to implement paging via the `marker` field. This API is only available using Clio, not rippled.
1313

docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ An example of a successful response:
925925

926926
### Get MPT Issuance Object
927927

928-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
928+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
929929

930930
Return an `MPTokenIssuance` object.
931931

@@ -967,7 +967,7 @@ rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577
967967

968968
### Get MPToken Object
969969

970-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
970+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
971971

972972
Return an `MPToken` object.
973973

docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ labels:
55
---
66
# MPToken
77

8-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
8+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
99

1010
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`.
1111

12-
<!-- _(Added by the [MPTokenV1_1 amendment][].)_ -->
12+
<!-- _(Added by the [MPTokensV1_1 amendment][].)_ -->
1313

1414
## Example MPToken JSON
1515

docs/references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ labels:
55
---
66
# MPTokenIssuance
77

8-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
8+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
99

1010
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.
1111

12-
<!-- _(Added by the [MPTokenV1_1 amendment][].)_ -->
12+
<!-- _(Added by the [MPTokensV1_1 amendment][].)_ -->
1313

1414
## Example MPTokenIssuance JSON
1515

docs/references/protocol/transactions/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Transactions (`tx` and `account_tx`) involving NFTs can contain the following fi
256256
| `offer_id` | String | Shows the `OfferID`of a new `NFTokenOffer` in a response from a `NFTokenCreateOffer` transaction. |
257257
## MPT Fields
258258

259-
_(Requires the [MPToken amendment][] {% not-enabled /%})_
259+
_(Requires the [MPTokensV1 amendment][] {% not-enabled /%})_
260260

261261
### Synthetic mpt_issuance_id field
262262
`MPTokenIssuanceID` is an identifier that allows you to specify an `MPTokenIssuance` in RPCs. The server adds a synthetically parsed `mpt_issuance_id` field to API responses to avoid the need for client-side parsing of the `MPTokenIssuanceID`.

0 commit comments

Comments
 (0)