go-ethereum/accounts/abi/bind
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
..
backends core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
v2 accounts/abi/bind/v2: export DeploymentParams fields 2025-01-28 00:19:15 +01:00
old.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00