UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

4 lines (3 loc) 217 B
import { Address, TokenInterface } from '@melonproject/token-math'; import { Environment } from './Environment'; export declare const getTokenByAddress: (environment: Environment, address: Address) => TokenInterface;