@soku-dex/sdk
    Preparing search index...

    Type Alias BuildAddLiquidityTonOptions

    Options for adding TON (native currency) liquidity to a pool

    type BuildAddLiquidityTonOptions = {
        addLiquidityForwardTonAmount?: bigint;
        amountIn: bigint;
    }
    Index

    Properties

    addLiquidityForwardTonAmount?: bigint

    Amount of TON to forward with the add liquidity operation (default: 0.1 TON)

    amountIn: bigint

    Amount of TON to add as liquidity