aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract.ts
Commit message (Collapse)AuthorAgeFilesLines
* Define AbiTypeLeonid Logvinov2017-09-051-2/+3
|
* Use AbiTypeLeonid Logvinov2017-09-051-2/+2
|
* Use schema validation to distinguish txData argumentLeonid Logvinov2017-09-051-1/+8
|
* Change the order of default overridingLeonid Logvinov2017-09-051-1/+1
|
* Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ↵Leonid Logvinov2017-09-051-6/+8
| | | | -> x.estimateGasAsync()
* Add explaining commentLeonid Logvinov2017-09-051-0/+2
|
* Fix gasPrice regressionLeonid Logvinov2017-09-051-2/+32
|
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-9/+19
| | | | transaction to be mined
* Use custom contract abstractionLeonid Logvinov2017-09-041-0/+28