@melonproject/protocol
Version:
Technology Regulated and Operated Investment Funds
8 lines (7 loc) • 306 B
TypeScript
import { SignedOrder } from '@0x/types';
interface CancelEthfinexOrderArgs {
signedOrder?: SignedOrder;
orderHashHex?: string;
}
declare const cancelEthfinexOrder: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<CancelEthfinexOrderArgs, {}>;
export { cancelEthfinexOrder };