UNPKG

@orca-so/whirlpool-sdk

Version:

Whirlpool SDK for the Orca protocol.

5 lines (4 loc) 278 B
import { Address } from "@project-serum/anchor"; import { OrcaDAL } from "../dal/orca-dal"; import { PoolData } from "../types"; export declare function convertWhirlpoolDataToPoolData(dal: OrcaDAL, poolAddresses: Address[], refresh: boolean): Promise<Record<string, PoolData>>;