UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

6 lines (5 loc) 479 B
import { Address, QuantityInterface } from '@melonproject/token-math'; import { Exchanges } from '../../../../Contracts'; import { Environment } from '../../../../utils/environment/Environment'; declare const isTakePermitted: (environment: Environment, tradingContractAddress: Address, exchangeName: Exchanges, makerQuantity: QuantityInterface, takerQuantity: QuantityInterface, fillTakerQuantity: QuantityInterface, id?: number) => Promise<boolean>; export { isTakePermitted };