Versions in this module Expand all Collapse all v1 v1.0.1 Nov 25, 2019 v1.0.0 Nov 25, 2019 Changes in this version + func AddContract(name string, deployer ContractDeployer) + func AddressOf(name string) common.Address + func Deploy(ctx context.Context, name string, network *network.Network) error + func LoadDeployments(network *network.Network) error + func RecordDeployments(network *network.Network) error + func Reset() + func Session(name string) interface + type Contract struct + Address common.Address + Session interface{} + func (c *Contract) Deploy(ctx context.Context, network *network.Network) error + type ContractDeployer interface + Bind func(context.Context, *network.Network, common.Address) (interface{}, error) + Deploy func(context.Context, *network.Network) (common.Address, *types.Transaction, interface{}, error)