UNPKG

@prism-hq/prism-ag

Version:

Prism Aggregator

8 lines (7 loc) 434 B
import { Connection } from "@solana/web3.js"; import { TokenInfo } from "../../types/types"; export declare function possibleRoutes(fromCoin: TokenInfo, toCoin: TokenInfo, LI: any, tokenMap: any, direct: boolean): { routes: any; toLoad: any; }; export declare function loadLiquidityInfos(fromCoin: TokenInfo, toCoin: TokenInfo, LI: any, connection: Connection, tokenMap: any, direct: boolean, reverse: boolean): Promise<any>;