UNPKG

@dydxprotocol/exchange-wrappers

Version:

Collection of exchange wrapper contracts used by the dYdX Protocol

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