web3-0.8.2.1: Ethereum API for Haskell

CopyrightAlexander Krupenkin 2016-2018
LicenseBSD3
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.