Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/accounts/abi/bind
Péter Szilágyi 7221cb1434
core, eth, les, light: scope receipt functionality a bit cleaner
6 years ago
..
backends core, eth, les, light: scope receipt functionality a bit cleaner 6 years ago
auth.go
backend.go
base.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
base_test.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
bind.go accounts/abi: fix case of generated java functions (#18372) 6 years ago
bind_test.go accounts/abi/bind: simulated test case for fixed bytes logs 6 years ago
template.go accounts/abi/bind: stop using goimports in the binding generator (#17768) 6 years ago
topics.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
topics_test.go accounts/abi/bind: simulated test case for fixed bytes logs 6 years ago
util.go
util_test.go