SingleHostAddr

scalus.cardano.ledger.Relay.SingleHostAddr
final case class SingleHostAddr(port: Option[Int], ipv4: Option[ByteString], ipv6: Option[ByteString])

A relay specified by an IP address.

Value parameters

ipv4

Optional IPv4 address (4 bytes)

ipv6

Optional IPv6 address (16 bytes)

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