@nemoprotocol/points-sdk
Version:
## Table of Contents
17 lines • 462 B
TypeScript
import { CoinConfig, MarketState } from '../api/types';
interface EstimateLpOutParams {
coinConfig: CoinConfig;
marketState: MarketState;
syAmount: string;
suiClient: any;
defaultAddress: string;
}
export declare function estimateLpOut(params: EstimateLpOutParams): Promise<{
lpAmount: string;
lpValue: string;
ptValue: string;
syValue: string;
syForPtValue: string;
}>;
export {};
//# sourceMappingURL=lpEstimate.d.ts.map