Export missing type
This commit is contained in:
parent
0aba5a3be4
commit
bbfd7647a8
@ -46,6 +46,7 @@ export {
|
|||||||
BalanceAndAllowance,
|
BalanceAndAllowance,
|
||||||
OrderAndTraderInfo,
|
OrderAndTraderInfo,
|
||||||
TraderInfo,
|
TraderInfo,
|
||||||
|
ValidateOrderFillableOpts,
|
||||||
} from '@0xproject/contract-wrappers';
|
} from '@0xproject/contract-wrappers';
|
||||||
|
|
||||||
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
||||||
|
@ -25,6 +25,7 @@ export {
|
|||||||
BalanceAndAllowance,
|
BalanceAndAllowance,
|
||||||
OrderAndTraderInfo,
|
OrderAndTraderInfo,
|
||||||
TraderInfo,
|
TraderInfo,
|
||||||
|
ValidateOrderFillableOpts,
|
||||||
} from './types';
|
} from './types';
|
||||||
|
|
||||||
export { Order, SignedOrder, AssetProxyId } from '@0xproject/types';
|
export { Order, SignedOrder, AssetProxyId } from '@0xproject/types';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user