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

    Type Alias BuildAddLiquidityJettonOptions

    Options for adding Jetton liquidity to a pool

    type BuildAddLiquidityJettonOptions = {
        addLiquidityForwardTonAmount?: bigint;
        amountIn: bigint;
        forwardPayload?: Slice;
        poolAddress: Address;
        tokenTransferForwardTonAmount?: bigint;
        userAddress: Address;
    }
    Index

    Properties

    addLiquidityForwardTonAmount?: bigint

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

    amountIn: bigint

    Amount of Jetton tokens to add as liquidity

    forwardPayload?: Slice

    Optional payload to forward

    poolAddress: Address

    Address of the liquidity pool

    tokenTransferForwardTonAmount?: bigint

    Amount of TON to attach to the token transfer (default: 0.8 TON)

    userAddress: Address

    Address of the user adding liquidity