Enum MPTokenIssuanceFlags
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
[Flags]
public enum MPTokenIssuanceFlags : uint
Fields
| Name | Description |
|---|---|
| MPTCanClawback | Issuer can claw back balances from holders. |
| MPTCanEscrow | Holders can place balances into escrow. Requires TokenEscrow amendment. |
| MPTCanLock | Issuer can lock individual balances or all balances. |
| MPTCanTrade | Holders can trade balances via DEX or AMM. |
| MPTCanTransfer | Tokens held by non-issuers can be transferred to other accounts. |
| MPTLocked | All balances of this MPT are locked. |
| MPTRequireAuth | Holders must be authorized by the issuer. |
| None |