From 2f97ddb7279a95ffb93ae6bbdfa77618a7f41fe1 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 5 Sep 2017 18:50:22 +0200 Subject: Fix the return types and export the required public types --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 44bd53547..00d4730da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,5 +30,7 @@ export { ContractEventArgs, Web3Provider, ZeroExConfig, - TransactionReceipt, + TransactionReceiptWithDecodedLogs, + LogWithDecodedArgs, + DecodedLogArgs, } from './types'; -- cgit v1.2.3