aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/argument.go
Commit message (Collapse)AuthorAgeFilesLines
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-2/+3
| | | | | | Implementation of basic event parsing and its input types. This separates methods and events and fixes an issue with go type parsing and validation.
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-0/+48
Added calling mechanism and return value parsing