aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts4
1 files changed, 3 insertions, 1 deletions
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';