IPv4

case class IPv4(ipv4: Ipv4Address, port: Int) extends IPAddress
trait Serializable
trait Product
trait Equals
trait IPAddress
class Object
trait Matchable
class Any

Value members

Concrete methods

override def host: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
NodeAddress
Source:
LightningMessageTypes.scala