Move types part of pkg exported interfaces to @0x/types from base-contract so more easily accessible

This commit is contained in:
fabioberger
2019-10-02 19:06:54 +08:00
parent 30141ca6cf
commit 06f095ca23
32 changed files with 62 additions and 151 deletions

View File

@@ -43,7 +43,6 @@ export {
ZRXTokenTransferEventArgs,
ZRXTokenApprovalEventArgs,
ZRXTokenContract,
EventCallback,
ExchangeProtocolFeeCollectorAddressEventArgs,
ExchangeProtocolFeeMultiplierEventArgs,
ExchangeTransactionExecutionEventArgs,
@@ -84,6 +83,8 @@ export {
SimpleEvmOutput,
SimpleEvmBytecodeOutput,
EIP712DomainWithDefaultSchema,
EventCallback,
IndexedFilterValues,
} from '@0x/types';
export {
@@ -132,6 +133,5 @@ export {
OutputField,
ParamDescription,
EvmBytecodeOutput,
IndexedFilterValues,
RevertErrorAbi,
} from 'ethereum-types';