Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListNetworks = map[string]Network{ "MainNet": MainNet, "Robsten": Robsten, }
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry core contract in ENS.
func NewRegistry ¶
NewRegistry create interface for communication with core contract in ENS.
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver has interfaces for getting information about your domain.
func NewResolver ¶
NewResolver create interface for communication with resolver. 'address' this is address to your resolver. 'domain' this is the domain that is served by the resolver from the 'address' field.
Click to show internal directories.
Click to hide internal directories.