mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
Update docs/references/protocol/transactions/types/mptokenissuanceset.md
Co-authored-by: tequ <git@tequ.dev>
This commit is contained in:
@@ -31,7 +31,7 @@ Use this transaction to update a mutable property for a Multi-purpose Token.
|
||||
| `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). |
|
||||
| `Flag` | number | UInt64 | Specifies flags for this transaction. See [MPTokenIssuanceSet Flags](#mptokenissuanceset-flags). |
|
||||
|
||||
### MPTokenIssuanceSet Flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user