xrpl
    Preparing search index...

    Enumeration MPTokenIssuanceSetFlags

    Transaction Flags for an MPTokenIssuanceSet Transaction.

    Index

    Enumeration Members

    tfMPTLock: 1

    If set, indicates that issuer locks the MPT

    tfMPTSetCanClawback: 128

    Sets the lsfMPTCanClawback flag. Enables the issuer to claw back tokens via Clawback or AMMClawback transactions. (XLS-94D)

    tfMPTSetCanEscrow: 16

    Sets the lsfMPTCanEscrow flag. Allows holders to place balances into escrow. (XLS-94D)

    tfMPTSetCanHoldConfidentialBalance: 256

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

    tfMPTSetCanLock: 4

    Sets the lsfMPTCanLock flag. Enables the token to be locked both individually and globally. (XLS-94D)

    tfMPTSetCanTrade: 32

    Sets the lsfMPTCanTrade flag. Allows holders to trade balances on the XRPL DEX. (XLS-94D)

    tfMPTSetCanTransfer: 64

    Sets the lsfMPTCanTransfer flag. Allows tokens to be transferred to non-issuer accounts. (XLS-94D)

    tfMPTSetRequireAuth: 8

    Sets the lsfMPTRequireAuth flag. Requires individual holders to be authorized. (XLS-94D)

    tfMPTUnlock: 2

    If set, indicates that issuer unlocks the MPT