Is there an equivalent to keccak256(abi.encode(*some address*)) in web3j? #1953
-
I'm working with the t-rex token standard and it'd nice to have a java implementation of |
Beta Was this translation helpful? Give feedback.
Answered by
NickSneo
Oct 5, 2023
Replies: 1 comment
-
You mean this -
This is in Hash Class - https://github.com/web3j/web3j/blob/master/utils/src/main/java/org/web3j/crypto/Hash.java |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NickSneo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You mean this -
This is in Hash Class - https://github.com/web3j/web3j/blob/master/utils/src/main/java/org/web3j/crypto/Hash.java