Update docs/references/protocol/transactions/types/mptokenissuanceset.md

Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
Dennis Dawson
2024-12-16 15:37:10 -08:00
committed by GitHub
parent 7bb535ef91
commit 7a065fd18b

View File

@@ -28,7 +28,7 @@ Use this transaction to update a mutable property for a Multi-purpose Token.
| 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. |
| `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). |