Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
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 :: 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 # |