UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

4 lines (3 loc) 263 B
import type { RoutingOptions, TradeRoute } from "./public"; import type { SanitizedQuoteMap } from "./quote-map"; export declare function getBestRoutesFromQuoteMap(quoteMap: SanitizedQuoteMap, amountSpecifiedIsInput: boolean, opts: RoutingOptions): TradeRoute[];