quorum/accounts/abi
Jeffrey Wilcke ecc876cec0 accounts/abi: fixed return tuple and string, bytes return type parsing
Removed old unmarshalling of return types: `abi.Call(...).([]byte)`.
This is now replaced by a new syntax:

```
var a []byte
err := abi.Call(&a, ...)
```

It also addresses a few issues with Bytes and Strings and can also
handle both fixed and arbitrary sized byte slices, including strings.
2016-02-11 10:16:38 +01:00
..
abi.go accounts/abi: fixed return tuple and string, bytes return type parsing 2016-02-11 10:16:38 +01:00
abi_test.go accounts/abi: fixed return tuple and string, bytes return type parsing 2016-02-11 10:16:38 +01:00
argument.go account/abi: implements event parsing 2016-02-02 15:28:59 +01:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
event.go account/abi: implements event parsing 2016-02-02 15:28:59 +01:00
event_test.go account/abi: implements event parsing 2016-02-02 15:28:59 +01:00
method.go accounts/abi: added output parsing & added call mechanism 2015-11-25 12:23:29 +01:00
numbers.go accounts/abi: added output parsing & added call mechanism 2015-11-25 12:23:29 +01:00
numbers_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
type.go accounts/abi: fixed return tuple and string, bytes return type parsing 2016-02-11 10:16:38 +01:00