Merged tx decoder into AbiDecoder in utils and merged zeroex tx decoder into ContractWrappers.

This commit is contained in:
Greg Hysen
2019-02-06 23:47:40 -08:00
parent 6bde77bb57
commit 6406126ae3
10 changed files with 145 additions and 339 deletions

View File

@@ -37,7 +37,6 @@ export { OrderValidatorWrapper } from './contract_wrappers/order_validator_wrapp
export { DutchAuctionWrapper } from './contract_wrappers/dutch_auction_wrapper';
export { TransactionEncoder } from './utils/transaction_encoder';
export { ZeroExTransactionDecoder } from './utils/zeroex_transaction_decoder';
export {
ContractWrappersError,
@@ -72,12 +71,6 @@ export {
AssetProxyId,
} from '@0x/types';
export {
DeployedContractInfo,
TransactionData,
TransactionProperties
} from '@0x/utils';
export {
BlockParamLiteral,
BlockParam,