xrpl
    Preparing search index...

    Interface AMMWithdrawFlagsInterface

    interface AMMWithdrawFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfLimitLPToken?: boolean;
        tfLPToken?: boolean;
        tfOneAssetLPToken?: boolean;
        tfOneAssetWithdrawAll?: boolean;
        tfSingleAsset?: boolean;
        tfTwoAsset?: boolean;
        tfWithdrawAll?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfLimitLPToken?: boolean
    tfLPToken?: boolean
    tfOneAssetLPToken?: boolean
    tfOneAssetWithdrawAll?: boolean
    tfSingleAsset?: boolean
    tfTwoAsset?: boolean
    tfWithdrawAll?: boolean