web3-0.6.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 :: Provider a => Web3 a Text Source #

Returns current node version string.

sha3 :: Provider a => Text -> Web3 a Text Source #

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