Skip to content

Commit

Permalink
Merge pull request hyperledger-web3j#1775 from hadv/rpc-new-block
Browse files Browse the repository at this point in the history
add finalized and safe block
  • Loading branch information
mohamedelshami authored Oct 21, 2022
2 parents 3b54c51 + a0c9ad9 commit 24fda62
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
public enum DefaultBlockParameterName implements DefaultBlockParameter {
EARLIEST("earliest"),
LATEST("latest"),
PENDING("pending");
PENDING("pending"),
FINALIZED("finalized"),
SAFE("safe");

private String name;

Expand Down

0 comments on commit 24fda62

Please sign in to comment.