From a88be1af44bf27eebeae8a279a42afcf5b7196ba Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 26 Oct 2017 13:21:56 +0300 Subject: Make transactionIndex nullable --- packages/web3-typescript-typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web3-typescript-typings') 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; -- cgit v1.2.3