UNPKG

@dahlia-labs/stableswap-sdk

Version:
4 lines 273 B
import type { Multicall2 } from "@dahlia-labs/use-ethers"; import type { IExchange, IExchangeInfo } from "./index"; export declare const getExchangeInfo: (multicallContract: Multicall2, exchange: IExchange) => Promise<IExchangeInfo>; //# sourceMappingURL=multicall.d.ts.map