-
Matt K authored
* accounts/abi: fix name styling when unpacking abi fields w/ underscores ABI fields with underscores that are being unpacked into structs expect structs with following form: int_one -> Int_one whereas in abigen the generated structs are camelcased int_one -> IntOne so updated the unpack method to expect camelcased structs as well.
a4af7343
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| bind | ||
| abi.go | ||
| abi_test.go | ||
| argument.go | ||
| doc.go | ||
| error.go | ||
| event.go | ||
| event_test.go | ||
| method.go | ||
| method_test.go | ||
| numbers.go | ||
| numbers_test.go | ||
| pack.go | ||
| pack_test.go | ||
| reflect.go | ||
| type.go | ||
| type_test.go | ||
| unpack.go | ||
| unpack_test.go |