Enum MPTokenIssuanceSetFlags
Enum representing flags for MPTokenIssuanceSet transactions.
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum MPTokenIssuanceSetFlags : uint
Fields
| Name | Description |
|---|---|
| tfMPTLock | If set, indicates that all MPT balances for this asset should be locked. |
| tfMPTSetCanClawback | DynamicMPT: enable lsfMPTCanClawback on the issuance. |
| tfMPTSetCanEscrow | DynamicMPT: enable lsfMPTCanEscrow on the issuance. |
| tfMPTSetCanHoldConfidentialBalance | DynamicMPT: enable lsfMPTCanHoldConfidentialBalance on the issuance. Requires the ConfidentialTransfer amendment. |
| tfMPTSetCanLock | DynamicMPT: enable lsfMPTCanLock on the issuance. |
| tfMPTSetCanTrade | DynamicMPT: enable lsfMPTCanTrade on the issuance. |
| tfMPTSetCanTransfer | DynamicMPT: enable lsfMPTCanTransfer on the issuance. |
| tfMPTSetRequireAuth | DynamicMPT: enable lsfMPTRequireAuth on the issuance. |
| tfMPTUnlock | If set, indicates that all MPT balances for this asset should be unlocked. |