UNPKG

@orca-so/whirlpool-sdk

Version:

Whirlpool SDK for the Orca protocol.

10 lines (9 loc) 422 B
import { WhirlpoolData, PositionData, TickData } from "@orca-so/whirlpool-client-sdk"; import { CollectFeesQuote } from "../position/public"; export declare type InternalGetCollectFeesQuoteParam = { whirlpool: WhirlpoolData; position: PositionData; tickLower: TickData; tickUpper: TickData; }; export declare function getCollectFeesQuoteInternal(param: InternalGetCollectFeesQuoteParam): CollectFeesQuote;