xrpl
    Preparing search index...

    Interface MPTokenIssuanceSetFlagsInterface

    Map of flags to boolean values representing MPTokenIssuanceSet transaction flags.

    interface MPTokenIssuanceSetFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfMPTLock?: boolean;
        tfMPTSetCanClawback?: boolean;
        tfMPTSetCanEscrow?: boolean;
        tfMPTSetCanHoldConfidentialBalance?: boolean;
        tfMPTSetCanLock?: boolean;
        tfMPTSetCanTrade?: boolean;
        tfMPTSetCanTransfer?: boolean;
        tfMPTSetRequireAuth?: boolean;
        tfMPTUnlock?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfMPTLock?: boolean
    tfMPTSetCanClawback?: boolean

    Sets the lsfMPTCanClawback flag. Enables the issuer to claw back tokens via Clawback or AMMClawback transactions.

    tfMPTSetCanEscrow?: boolean
    tfMPTSetCanHoldConfidentialBalance?: boolean

    Sets the lsfMPTCanHoldConfidentialBalance flag. Enables the token to be held in a confidential balance. (XLS-96 Confidential MPT)

    tfMPTSetCanLock?: boolean
    tfMPTSetCanTrade?: boolean
    tfMPTSetCanTransfer?: boolean
    tfMPTSetRequireAuth?: boolean
    tfMPTUnlock?: boolean