Add missing types to web3-wrapper index.ts

This commit is contained in:
Fabio Berger
2018-08-03 13:27:20 +02:00
parent 406b7c33f5
commit 10f6647ab3

View File

@@ -13,4 +13,13 @@ export {
FilterObject,
CallData,
TransactionReceiptWithDecodedLogs,
BlockWithTransactionData,
LogTopic,
JSONRPCRequestPayload,
TransactionReceiptStatus,
LogWithDecodedArgs,
DecodedLogArgs,
StructLog,
JSONRPCErrorCallback,
BlockParamLiteral,
} from 'ethereum-types';