UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

4 lines (3 loc) 261 B
import { TokenInterface } from '@melonproject/token-math'; import { Environment } from '../../../utils/environment/Environment'; export declare const hasValidPrice: (environment: Environment, contractAddress: string, token: TokenInterface) => Promise<boolean>;