mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-07 05:15:48 +00:00
Update docs/references/protocol/transactions/types/mptokenissuanceset.md
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ Use this transaction to update a mutable property for a Multi-purpose Token.
|
|||||||
|
|
||||||
| Field | JSON Type | [Internal Type][] | Description |
|
| Field | JSON Type | [Internal Type][] | Description |
|
||||||
|:-------------------|:--------------------|:------------------|:-------------------|
|
|:-------------------|:--------------------|:------------------|:-------------------|
|
||||||
| `TransactionType` | object | UInt16 | Indicates the new transaction type `MPTokenIssuanceSet`. |
|
| `TransactionType` | string | UInt16 | Indicates the new transaction type `MPTokenIssuanceSet`. |
|
||||||
| `MPTokenIssuanceID`| string | UInt192 | The `MPTokenIssuance` identifier. |
|
| `MPTokenIssuanceID`| string | UInt192 | The `MPTokenIssuance` identifier. |
|
||||||
| `Holder` | string | AccountID | (Optional) XRPL Address of an individual token holder balance to lock/unlock. If omitted, this transaction applies to all any accounts holding MPTs. |
|
| `Holder` | string | AccountID | (Optional) XRPL Address of an individual token holder balance to lock/unlock. If omitted, this transaction applies to all any accounts holding MPTs. |
|
||||||
| `Flag` | string | UInt64 | Specifies flags for this transaction. See [MPTokenIssuanceSet Flags](#mptokenissuanceset-flags). |
|
| `Flag` | string | UInt64 | Specifies flags for this transaction. See [MPTokenIssuanceSet Flags](#mptokenissuanceset-flags). |
|
||||||
|
|||||||
Reference in New Issue
Block a user