Add missing exports to 0x.js and contract-wrappers index.ts
This commit is contained in:
@@ -41,6 +41,8 @@ export {
|
|||||||
ExchangeEventArgs,
|
ExchangeEventArgs,
|
||||||
ExchangeEvents,
|
ExchangeEvents,
|
||||||
ContractEvents,
|
ContractEvents,
|
||||||
|
EventCallback,
|
||||||
|
DecodedLogEvent,
|
||||||
} from '@0xproject/contract-wrappers';
|
} from '@0xproject/contract-wrappers';
|
||||||
|
|
||||||
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ export {
|
|||||||
OrderStatus,
|
OrderStatus,
|
||||||
OrderInfo,
|
OrderInfo,
|
||||||
ContractEvents,
|
ContractEvents,
|
||||||
|
EventCallback,
|
||||||
|
DecodedLogEvent,
|
||||||
} from './types';
|
} from './types';
|
||||||
|
|
||||||
export { Order, SignedOrder, AssetProxyId } from '@0xproject/types';
|
export { Order, SignedOrder, AssetProxyId } from '@0xproject/types';
|
||||||
|
|||||||
Reference in New Issue
Block a user