Skip to content

Commit 4e26526

Browse files
authored
Add removed property to Log type
Fixes web3#4747 (comment)
1 parent 832271a commit 4e26526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web3-core/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export interface Log {
242242
transactionHash: string;
243243
blockHash: string;
244244
blockNumber: number;
245+
removed: boolean;
245246
}
246247

247248
// had to move `web3-net` due to other modules in `1.x` not referencing

0 commit comments

Comments
 (0)