go-ethereum/accounts/abi/bind/v2
Felix Lange d3dfbf9bfa accounts/abi/bind/v2: export DeploymentParams fields
The constructor function doesn't make sense. The struct has one required and two optional
fields, and we may want to add more configuration later. With the constructor function,
all parameters always need to be given, even the optional ones. And we can't extend the
function without breaking the API. So it's better to use require users to write the
literal.
2025-01-28 00:19:15 +01:00
..
internal/contracts accounts/abi/bind/v2: remove ContractInstance 2025-01-27 23:55:26 +01:00
auth.go accounts/abi/bind: fixup 2025-01-22 23:29:12 +01:00
backend.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00
base.go accounts/abi/bind/v2: change interface{} -> any 2025-01-27 23:55:08 +01:00
base_test.go accounts/abi/bind: move implementation to v2 package 2025-01-22 23:14:24 +01:00
dep_tree.go accounts/abi/bind/v2: export DeploymentParams fields 2025-01-28 00:19:15 +01:00
dep_tree_test.go accounts/abi/bind/v2: export DeploymentParams fields 2025-01-28 00:19:15 +01:00
generate_test.go accounts/abi/bind: move code generator to accounts/abi/abigen 2025-01-22 20:06:38 +01:00
lib.go accounts/abi/bind/v2: remove ContractInstance 2025-01-27 23:55:26 +01:00
lib_test.go accounts/abi/bind/v2: export DeploymentParams fields 2025-01-28 00:19:15 +01:00
util.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00
util_test.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00