web3-0.7.0.0: Ethereum API for Haskell

CopyrightAlexander Krupenkin 2016
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Web3.Web3

Description

Ethereum node JSON-RPC API methods with web3_ prefix.

Synopsis

Documentation

clientVersion :: Web3 Text Source #

Returns current node version string.

sha3 :: Bytes -> Web3 Bytes Source #

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