Make transactionIndex nullable
This commit is contained in:
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user