UNPKG

@prism-hq/prism-ag

Version:

Prism Aggregator

8 lines (7 loc) 243 B
import { Connection } from "@solana/web3.js"; export declare function getWhirlpoolsCacheData(connection: Connection): Promise<{ pools: any[]; } | { pools?: undefined; }>; export declare function getWhirlpools(data: any): Promise<any>;