export dutch auction wrapper types from 0x.js
This commit is contained in:
@@ -28,6 +28,7 @@ export {
|
|||||||
OrderAndTraderInfo,
|
OrderAndTraderInfo,
|
||||||
TraderInfo,
|
TraderInfo,
|
||||||
ValidateOrderFillableOpts,
|
ValidateOrderFillableOpts,
|
||||||
|
DutchAuctionData,
|
||||||
} from '@0x/contract-wrappers';
|
} from '@0x/contract-wrappers';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
@@ -89,6 +90,7 @@ export {
|
|||||||
ObjectMap,
|
ObjectMap,
|
||||||
OrderRelevantState,
|
OrderRelevantState,
|
||||||
Stats,
|
Stats,
|
||||||
|
DutchAuctionDetails,
|
||||||
} from '@0x/types';
|
} from '@0x/types';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ export {
|
|||||||
OrderAndTraderInfo,
|
OrderAndTraderInfo,
|
||||||
TraderInfo,
|
TraderInfo,
|
||||||
ValidateOrderFillableOpts,
|
ValidateOrderFillableOpts,
|
||||||
|
DutchAuctionData,
|
||||||
} from './types';
|
} from './types';
|
||||||
|
|
||||||
export { Order, SignedOrder, AssetProxyId } from '@0x/types';
|
export { Order, SignedOrder, AssetProxyId } from '@0x/types';
|
||||||
|
|||||||
Reference in New Issue
Block a user