UNPKG

@dydxprotocol/exchange-wrappers

Version:

Collection of exchange wrapper contracts used by the dYdX Protocol

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