Copy dutch auction asset data utils to @0x/order-utils (#1943)

* copy dutch auction assetdata utils to @0x/order-utils

* encode/decode dutch auction asset data using order-utils
This commit is contained in:
Xianny
2019-07-12 17:27:06 -07:00
committed by GitHub
parent eabf6a466a
commit 88ae8311c8
10 changed files with 122 additions and 55 deletions

View File

@@ -37,7 +37,6 @@ export {
OrderAndTraderInfo,
TraderInfo,
ValidateOrderFillableOpts,
DutchAuctionData,
} from '@0x/contract-wrappers';
export {
@@ -85,6 +84,7 @@ export {
ExchangeContractErrs,
Order,
SignedOrder,
DutchAuctionData,
ECSignature,
OrderStateValid,
OrderStateInvalid,