InitTlv

object InitTlv
Companion:
class
Source:
Tlv.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
InitTlv.type

Type members

Classlikes

case class Networks(chainHashes: List[ByteVector32]) extends InitTlv

The chains the node is interested in.

The chains the node is interested in.

Source:
Tlv.scala
case class RemoteAddress(address: NodeAddress) extends InitTlv

When receiving an incoming connection, we can send back the public address our peer is connecting from. This lets our peer discover if its public IP has changed from within its local network.

When receiving an incoming connection, we can send back the public address our peer is connecting from. This lets our peer discover if its public IP has changed from within its local network.

Source:
Tlv.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala