aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_transfer_proxy_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-2/+2
|
* Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ↵Leonid Logvinov2017-09-051-2/+2
| | | | -> x.estimateGasAsync()
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-1/+3
| | | | transaction to be mined
* Return variable instead of expressionFabio Berger2017-08-231-1/+2
|
* Add getContractAddressAsync public method to proxy instanceFabio Berger2017-08-231-0/+9
|
* Rename internally Proxy to TokenTransferProxyLeonid Logvinov2017-08-221-0/+41