* accounts/abi/bind: add void if no return args specified
Currently the java generator generates invalid input on pure/view functions
that have no return type. e.g. `function f(uint u) view public {}`
This is not a problem in practice as people rarely ever write functions like this.
* accounts/abi/bind: use elseif instead of nested if
|
||
|---|---|---|
| .. | ||
| backends | ||
| auth.go | ||
| backend.go | ||
| base_test.go | ||
| base.go | ||
| bind_test.go | ||
| bind.go | ||
| template.go | ||
| topics_test.go | ||
| topics.go | ||
| util_test.go | ||
| util.go | ||