forked from cerc-io/plugeth
Fixed up `[]byte` slice support such that `function print(bytes input)` accepts `[]byte` as input and treats it as 1 element rather than a slice of multiple elements. Added support for variable length input parameters like `bytes` and `strings`. |
||
|---|---|---|
| .. | ||
| abi_test.go | ||
| abi.go | ||
| argument.go | ||
| doc.go | ||
| event_test.go | ||
| event.go | ||
| method.go | ||
| numbers_test.go | ||
| numbers.go | ||
| type.go | ||