How to write the web3 js code for taking the keccak hash. My parameters are metamask wallet address, name and date of birth. Could anyone please tell me
Nov 16, 2020, 4:37 PM
web3.utils.soliditySha3(web3.eth.accounts[0], , )
Nov 16, 2020, 4:44 PM
Thanks a lot
Nov 16, 2020, 4:52 PM