Show / Hide Table of Contents

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.

Extension Methods

EmumExtensions.DecodeFlags<MPTokenIssuanceSetFlags>(MPTokenIssuanceSetFlags)
EmumExtensions.FlagsValues<MPTokenIssuanceSetFlags>(MPTokenIssuanceSetFlags)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX