UNPKG

@dydxprotocol/exchange-wrappers

Version:

Collection of exchange wrapper contracts used by the dYdX Protocol

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