Closed codewithgun closed 5 months ago
swap_exact_out
swap_with_price_impact
quote_exact_out
swap_exact_in
SwapQuote
SwapExactInQuote
quote_exact_in
Swap
SwapExactIn
swapQuoteExactOut
swapExactOut
swapWithPriceImpact
swapQuoteAtBin
swapExactInQuoteAtBin
lb_clmm [0.7.0]
Added
swap_exact_out
. It will consume the in amount until the exact out amount reached.swap_with_price_impact
. Similar to minimum amount out (slippage), but in price impact form.common [0.2.0]
Added
quote_exact_out
for swap quote of program endpointswap_exact_out
.Breaking
swap_exact_in
function,SwapQuote
toSwapExactInQuote
Cli [0.2.0]
Added
swap_exact_out
swap_with_price_impact
Changed
swap_exact_in
usequote_exact_in
to apply slippageBreaking
Swap
cli argument toSwapExactIn
@meteora-ag/dlmm [1.0.47]
Added
swapQuoteExactOut
for swap quote of program endpointswap_exact_out
.swapExactOut
to create transaction to swap using program endpointswap_exact_out
.swapWithPriceImpact
to create transaction to swap using program endpointswap_with_price_impact
.Breaking
swapQuoteAtBin
function toswapExactInQuoteAtBin