Type Alias DecreaseLiquidityV2InstructionDataArgs
DecreaseLiquidityV2InstructionDataArgs: { liquidityAmount: number | bigint; remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>; tokenMinA: number | bigint; tokenMinB: number | bigint;} Type declaration
liquidityAmount: number | bigint
tokenMinA: number | bigint
tokenMinB: number | bigint