Skip to content

Commit

Permalink
added missing field in EventData interface
Browse files Browse the repository at this point in the history
field: removed boolean type
  • Loading branch information
itxtoledo committed Oct 23, 2020
1 parent edf481d commit c90e498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-eth-contract/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,5 @@ export interface EventData {
blockHash: string;
blockNumber: number;
address: string;
removed: boolean;
}

0 comments on commit c90e498

Please sign in to comment.