Coda by Ian Macalinao
    Preparing search index...

    Type Alias AddLiquidityParameters

    type AddLiquidityParameters = {
        liquidityDelta: bigint;
        tokenAAmountThreshold: bigint;
        tokenBAmountThreshold: bigint;
    }
    Index
    liquidityDelta: bigint

    delta liquidity

    tokenAAmountThreshold: bigint

    maximum token a amount

    tokenBAmountThreshold: bigint

    maximum token b amount