Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit fe4ab2c

Browse files
committed
feat: 🎸 add missing ethereum types
1 parent b98c9b8 commit fe4ab2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/index.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,10 @@ export {
153153
EtherDividendCheckpointPauseEventArgs,
154154
EtherDividendCheckpointUnpauseEventArgs,
155155
BlockParamLiteral,
156+
TransactionReceiptWithDecodedLogs,
157+
LogEntry,
158+
LogWithDecodedArgs,
159+
DecodedLogArgs,
160+
Provider,
156161
Web3Wrapper,
157162
} from '@polymathnetwork/abi-wrappers';

0 commit comments

Comments
 (0)