UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

3 lines (2 loc) 133 B
import type { SwapQuote, SwapQuoteParam } from "../public"; export declare function simulateSwap(params: SwapQuoteParam): SwapQuote;