Interface MPTokenIssuanceSetFlagsInterface

Map of flags to boolean values representing MPTokenIssuanceSet transaction flags.

interface MPTokenIssuanceSetFlagsInterface {
    tfMPTLock?: boolean;
    tfMPTUnlock?: boolean;
}

Hierarchy

  • GlobalFlags
    • MPTokenIssuanceSetFlagsInterface

Properties

tfMPTLock?: boolean
tfMPTUnlock?: boolean