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