UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

16 lines (15 loc) 468 B
import { QuantityInterface } from '@melonproject/token-math'; export interface CallOnExchangeArgs { sell: QuantityInterface; buy: QuantityInterface; } declare const makeOrderFromAccountOasisDex: import("../../../utils/solidity/transactionFactory").EnhancedExecute<any, { buy: QuantityInterface; id: any; maker: any; matched: boolean; sell: QuantityInterface; taker: any; timestamp: any; }>; export { makeOrderFromAccountOasisDex };