web3-0.6.0.0: Ethereum API for Haskell

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

Network.Ethereum.Web3.Net

Description

Ethereum node JSON-RPC API methods with net_ prefix.

Synopsis

Documentation

version :: Provider a => Web3 a Text Source #

Returns the current network id.

listening :: Provider a => Web3 a Bool Source #

Returns true if client is actively listening for network connections.

peerCount :: Provider a => Web3 a Text Source #

Returns number of peers currently connected to the client.