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. |
| tfMPTUnlock | If set, indicates that all MPT balances for this asset should be unlocked. |