UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 368 B
import { QuantityInterface, Address } from '@melonproject/token-math'; import { Environment } from '../../../../utils/environment/Environment'; declare const isOasisDexMakePermitted: (environment: Environment, tradingContractAddress: Address, makerQuantity: QuantityInterface, takerQuantity: QuantityInterface) => Promise<boolean>; export { isOasisDexMakePermitted };