Make transactionIndex nullable

This commit is contained in:
Leonid Logvinov
2017-10-26 13:21:56 +03:00
parent ae47fda257
commit a88be1af44

View File

@@ -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;