Merged tx decoder into AbiDecoder in utils and merged zeroex tx decoder into ContractWrappers.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user