Documentation
    Preparing search index...

    Type Alias IncreaseLiquidityMethod

    type IncreaseLiquidityMethod = {
        __kind: "ByTokenAmounts";
        maxSqrtPrice: bigint;
        minSqrtPrice: bigint;
        tokenMaxA: bigint;
        tokenMaxB: bigint;
    }
    Index

    Properties

    __kind: "ByTokenAmounts"
    maxSqrtPrice: bigint
    minSqrtPrice: bigint
    tokenMaxA: bigint
    tokenMaxB: bigint