interface DecreaseLiquidityQuote {
    liquidityDelta: bigint;
    tokenEstA: bigint;
    tokenEstB: bigint;
    tokenMinA: bigint;
    tokenMinB: bigint;
}

Properties

liquidityDelta: bigint
tokenEstA: bigint
tokenEstB: bigint
tokenMinA: bigint
tokenMinB: bigint