Copyright | Alexander Krupenkin 2016-2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Ethereum contract method support.
Documentation
:: (Method a, ABIGet b) | |
=> Call | Call configuration |
-> DefaultBlock | State mode for constant call (latest or pending) |
-> a | Method data |
-> Web3 b |
|
call
is used to call contract methods that have no state changing effects.
sendTx
is used to submit a state changing transaction.