-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Haskell Web3 library.
--
-- Client library for Third Generation of Web.
@package web3
@version 1.0.1.0
-- | Client library for Third Generation of Web.
module Network.Web3
-- | Any communication with node wrapped with Web3 monad
data () => Web3 a
-- | Web3 runner for default Http provider
runWeb3 :: MonadIO m => Web3 a -> m (Either Web3Error a)