| Copyright | Alexander Krupenkin 2018 |
|---|---|
| License | BSD3 |
| Maintainer | mail@akru.me |
| Stability | experimental |
| Portability | unportable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Ethereum.Account.Default
Contents
Description
Default node managed account (typically the first of accounts list).
Documentation
type DefaultAccount = AccountT () #
Orphan instances
| Account () DefaultAccount # | |
Methods withAccount :: JsonRpc m => () -> DefaultAccount m b -> m b # send :: (JsonRpc m, Method args) => args -> DefaultAccount m TxReceipt # call :: (JsonRpc m, Method args, AbiGet result) => args -> DefaultAccount m result # | |