UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 267 B
import { Address } from '@melonproject/token-math'; import { Environment } from '../environment/Environment'; import { Contracts } from '../../Contracts'; export declare const getContract: (environment: Environment, relativePath: Contracts, address: Address) => any;