xrpl
    Preparing search index...

    Interface MPTokenIssuanceSetFlagsInterface

    Map of flags to boolean values representing MPTokenIssuanceSet transaction flags.

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

    Hierarchy

    • GlobalFlagsInterface
      • MPTokenIssuanceSetFlagsInterface
    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfMPTLock?: boolean
    tfMPTUnlock?: boolean