Package static is a static resolver
type Resolver struct { // A static list of nodes Nodes []string }
Resolver returns a static list of nodes. In the event the node list is not present it will return the name of the network passed in.
func (r *Resolver) Resolve(name string) ([]*resolver.Record, error)
Resolve returns the list of nodes