Versions in this module Expand all Collapse all v1 v1.5.8 Feb 1, 2017 Changes in this version + type ENS struct + func DeployENS(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (*ENS, error) + func NewENS(transactOpts *bind.TransactOpts, contractAddr common.Address, ...) (*ENS, error) + func (self *ENS) Register(name string) (*types.Transaction, error) + func (self *ENS) Resolve(name string) (common.Hash, error) + func (self *ENS) SetContentHash(name string, hash common.Hash) (*types.Transaction, error)