Web3

Web3 methods

web3_clientVersionarrow-up-right

Returns the current client version.

None

  • String - The current client version

curl  https://node1-mainnet.maalscan.io -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'

Returns Keccak-256 (not the standardized SHA3-256) of the given data.

  • DATA - the data to convert into a SHA3 hash

  • DATA - The SHA3 result of the given string.

Last updated