type github.com/gotd/neo.NetAddr

3 uses

	github.com/gotd/neo (current package)
		net.go#L161: type NetAddr struct {
		net.go#L166: func (n NetAddr) Network() string { return n.Net }
		net.go#L167: func (n NetAddr) String() string  { return n.Address }