UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 253 B
import { Address } from '@melonproject/token-math'; import { Environment } from '../../../../utils/environment/Environment'; declare const getExchangeInfo: (environment: Environment, tradingAddress: Address) => Promise<any>; export { getExchangeInfo };