@melonproject/protocol
Version:
Technology Regulated and Operated Investment Funds
8 lines (7 loc) • 350 B
TypeScript
import { Exchanges } from '../../../../Contracts';
import { Address } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
declare const getExchangeIndex: (environment: Environment, tradingAddress: Address, { exchange }: {
exchange: Exchanges;
}) => Promise<any>;
export { getExchangeIndex };