UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

3 lines (2 loc) • 154 B
import { IPoolItem } from '../types'; export declare function formatMarket(marketsItem: any, tokenPriceItem: any, tokenMultiPriceItem: any): IPoolItem;