ecc876cec0
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. |
||
---|---|---|
.. | ||
abi_test.go | ||
abi.go | ||
argument.go | ||
doc.go | ||
event_test.go | ||
event.go | ||
method.go | ||
numbers_test.go | ||
numbers.go | ||
type.go |