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';

View File

@@ -22,6 +22,9 @@ export {
OrderInfo,
EventCallback,
DecodedLogEvent,
BalanceAndAllowance,
OrderAndTraderInfo,
TraderInfo,
} from './types';
export { Order, SignedOrder, AssetProxyId } from '@0xproject/types';

View File

@@ -39,6 +39,7 @@ export const docGenConfigs: DocGenConfigs = {
'EtherTokenWrapper',
'ExchangeWrapper',
'ForwarderWrapper',
'OrderValidatorWrapper',
'TransactionEncoder',
],
// Some types are not explicitly part of the public interface like params, return values, etc... But we still