web3-ethereum-1.0.0.0: Ethereum support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Account.Default

Description

Default node managed account (typically the first of accounts list).

Documentation

Orphan instances

Account () DefaultAccount Source # 
Instance details

Methods

withAccount :: JsonRpc m => () -> DefaultAccount m b -> m b Source #

send :: forall (m :: Type -> Type) args. (JsonRpc m, Method args) => args -> DefaultAccount m TxReceipt Source #

call :: forall (m :: Type -> Type) args result. (JsonRpc m, Method args, AbiGet result) => args -> DefaultAccount m result Source #