Improvements and conventions in utils package + abi decoder

This commit is contained in:
Greg Hysen
2019-02-08 14:46:39 -08:00
parent 6d0dc47157
commit 500b4940a3
10 changed files with 57 additions and 69 deletions

View File

@@ -38,7 +38,7 @@ export { DutchAuctionWrapper } from './contract_wrappers/dutch_auction_wrapper';
export { TransactionEncoder } from './utils/transaction_encoder';
export { AbiDecoder, TransactionData } from '@0x/utils';
export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export {
ContractWrappersError,