SingleHostName

scalus.cardano.ledger.Relay.SingleHostName
final case class SingleHostName(port: Option[Int], dnsName: String)

A relay specified by a DNS name.

Value parameters

dnsName

The DNS name (A or AAAA record)

port

Optional port number

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product