aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/web3-typescript-typings/index.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts
index b5d6c08fc..853139d6e 100644
--- a/packages/web3-typescript-typings/index.d.ts
+++ b/packages/web3-typescript-typings/index.d.ts
@@ -364,7 +364,7 @@ declare module 'web3' {
interface LogEntry {
logIndex: number|null;
- transactionIndex: number;
+ transactionIndex: number|null;
transactionHash: string;
blockHash: string|null;
blockNumber: number|null;