We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8349907 + 1614b54 commit 450967eCopy full SHA for 450967e
1 file changed
core/src/main/java/org/web3j/protocol/websocket/events/NewHead.java
@@ -5,6 +5,7 @@ public class NewHead {
5
private String extraData;
6
private String gasLimit;
7
private String gasUsed;
8
+ private String hash;
9
private String logsBloom;
10
private String miner;
11
private String nonce;
@@ -32,6 +33,10 @@ public String getGasUsed() {
32
33
return gasUsed;
34
}
35
36
+ public String getHash() {
37
+ return hash;
38
+ }
39
+
40
public String getLogsBloom() {
41
return logsBloom;
42
0 commit comments