Export missing types and add OrderValidatorWrapper to hidden constructors

This commit is contained in:
Brandon Millman
2018-08-28 12:03:21 -07:00
parent 2c846ff145
commit 9c4c4fb19a
3 changed files with 7 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ export {
DecodedLogEvent,
ExchangeEventArgs,
TransactionEncoder,
BalanceAndAllowance,
OrderAndTraderInfo,
TraderInfo,
} from '@0xproject/contract-wrappers';
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';