Move exchange specific types. constants, and utils into exchange package

This commit is contained in:
Amir Bandeali
2019-04-24 21:26:47 -07:00
parent d373f5488a
commit 72f4b216c1
6 changed files with 81 additions and 33 deletions

View File

@@ -28,7 +28,6 @@ export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { exchangeDataEncoder } from './exchange_data_encoder';
export {
MarketBuyOrders,
MarketSellOrders,