UNPKG

@renec-foundation/redex-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

9 lines (8 loc) 266 B
import { SwapQuoteParam, SwapQuote } from "../public"; /** * Figure out the quote parameters needed to successfully complete this trade on chain * @param param * @returns * @exceptions */ export declare function simulateSwap(params: SwapQuoteParam): SwapQuote;