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

@@ -1,7 +1,7 @@
export { Web3Wrapper } from './web3_wrapper';
export { marshaller } from './marshaller';
export { AbiDecoder, TransactionData } from '@0x/utils';
export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export {
BlockParam,