quorum/accounts/abi
Jeffrey Wilcke 6fe917ecb8 accounts/abi: support for typed array
Added support for fixed size and arbitrary length byte arrays to be
marshallable in fixed size (typed) byte slices.
2016-02-14 18:56:56 +01:00
..
abi.go accounts/abi: support for typed array 2016-02-14 18:56:56 +01:00
abi_test.go accounts/abi: support for typed array 2016-02-14 18:56:56 +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