UNPKG

@dydxprotocol/exchange-wrappers

Version:

Collection of exchange wrapper contracts used by the dYdX Protocol

9 lines (8 loc) 267 B
import { ZeroExV2Order } from '../types'; export declare class ZeroExV2ExchangeWrapper { private networkId; constructor(networkId: number); getAddress(): string; setNetworkId(networkId: number): void; orderToBytes(order: ZeroExV2Order): string; }