web3-ethereum-1.0.0.0: Ethereum support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Api.Web3

Description

Ethereum node JSON-RPC API methods with web3_ prefix.

Synopsis

Documentation

clientVersion :: JsonRpc m => m Text Source #

Returns current node version string.

sha3 :: JsonRpc m => HexString -> m HexString Source #

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