xrpl
    Preparing search index...

    Interface MPTokenIssuanceCreateFlagsInterface

    Map of flags to boolean values representing MPTokenIssuanceCreate transaction flags.

    interface MPTokenIssuanceCreateFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfMPTCanClawback?: boolean;
        tfMPTCanEscrow?: boolean;
        tfMPTCanLock?: boolean;
        tfMPTCanTrade?: boolean;
        tfMPTCanTransfer?: boolean;
        tfMPTRequireAuth?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfMPTCanClawback?: boolean

    If set, indicates that the issuer may use the Clawback transaction to clawback value from individual holders.

    tfMPTCanEscrow?: boolean

    If set, indicates that individual holders can place their balances into an escrow.

    tfMPTCanLock?: boolean
    tfMPTCanTrade?: boolean

    If set, indicates that individual holders can trade their balances using the XRP Ledger DEX or AMM.

    tfMPTCanTransfer?: boolean

    If set, indicates that tokens may be transferred to other accounts that are not the issuer.

    tfMPTRequireAuth?: boolean

    If set, indicates that individual holders must be authorized. This enables issuers to limit who can hold their assets.