aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/address.go
Commit message (Collapse)AuthorAgeFilesLines
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-3/+7
|
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-8/+16
| | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures.
* Added AddFunds methodobscuren2014-03-211-1/+5
|
* Renamed Address to Accountobscuren2014-03-031-15/+15
|
* Added address states for storing a session based addressobscuren2014-02-231-0/+60