@orca-so/whirlpool-sdk
Version:
Whirlpool SDK for the Orca protocol.
9 lines (8 loc) • 370 B
TypeScript
import { Address } from "@project-serum/anchor";
import { OrcaDAL } from "../../dal/orca-dal";
export declare type PriceRange = {};
export declare type SuggestedPriceRanges = {
conservative: PriceRange;
standard: PriceRange;
};
export declare function getSuggestedPriceRanges(dal: OrcaDAL, poolAddress: Address, refresh: boolean): Promise<SuggestedPriceRanges>;