UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

4 lines (3 loc) 295 B
import { Address, PriceInterface, TokenInterface } from '@melonproject/token-math'; import { Environment } from '../../../utils/environment/Environment'; export declare const getPrices: (environment: Environment, contractAddress: Address, tokens: TokenInterface[]) => Promise<PriceInterface[]>;