final case class Tower(pubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, addresses: Seq[String] = _root_.scala.Seq.empty, activeSessionCandidate: Boolean = false, numSessions: Int = 0, sessions: Seq[TowerSession] = _root_.scala.Seq.empty, sessionInfo: Seq[TowerSessionInfo] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Tower] with Product with Serializable

pubkey

The identifying public key of the watchtower.

addresses

The list of addresses the watchtower is reachable over.

activeSessionCandidate

Deprecated, use the active_session_candidate field under the correct identifier in the client_type map. Whether the watchtower is currently a candidate for new sessions.

numSessions

Deprecated, use the num_sessions field under the correct identifier in the client_type map. The number of sessions that have been negotiated with the watchtower.

sessions

Deprecated, use the sessions field under the correct identifier in the client_type map. The list of sessions that have been negotiated with the watchtower.

sessionInfo

A list sessions held with the tower.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tower
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tower(pubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, addresses: Seq[String] = _root_.scala.Seq.empty, activeSessionCandidate: Boolean = false, numSessions: Int = 0, sessions: Seq[TowerSession] = _root_.scala.Seq.empty, sessionInfo: Seq[TowerSessionInfo] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    pubkey

    The identifying public key of the watchtower.

    addresses

    The list of addresses the watchtower is reachable over.

    activeSessionCandidate

    Deprecated, use the active_session_candidate field under the correct identifier in the client_type map. Whether the watchtower is currently a candidate for new sessions.

    numSessions

    Deprecated, use the num_sessions field under the correct identifier in the client_type map. The number of sessions that have been negotiated with the watchtower.

    sessions

    Deprecated, use the sessions field under the correct identifier in the client_type map. The list of sessions that have been negotiated with the watchtower.

    sessionInfo

    A list sessions held with the tower.

Value Members

  1. def addAddresses(__vs: String*): Tower
  2. def addAllAddresses(__vs: Iterable[String]): Tower
  3. def addAllSessionInfo(__vs: Iterable[TowerSessionInfo]): Tower
  4. def addAllSessions(__vs: Iterable[TowerSession]): Tower
  5. def addSessionInfo(__vs: TowerSessionInfo*): Tower
  6. def addSessions(__vs: TowerSession*): Tower
  7. val addresses: Seq[String]
  8. def clearAddresses: Tower
  9. def clearSessionInfo: Tower
  10. def clearSessions: Tower
  11. def companion: Tower.type
    Definition Classes
    Tower → GeneratedMessage
  12. def discardUnknownFields: Tower
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Tower → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Tower → GeneratedMessage
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. val pubkey: ByteString
  17. def serializedSize: Int
    Definition Classes
    Tower → GeneratedMessage
  18. val sessionInfo: Seq[TowerSessionInfo]
  19. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  20. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  21. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  22. def toProtoString: String
    Definition Classes
    Tower → GeneratedMessage
  23. val unknownFields: UnknownFieldSet
  24. def update(ms: (Lens[Tower, Tower]) => Mutation[Tower]*): Tower
    Definition Classes
    Updatable
  25. def withActiveSessionCandidate(__v: Boolean): Tower
  26. def withAddresses(__v: Seq[String]): Tower
  27. def withNumSessions(__v: Int): Tower
  28. def withPubkey(__v: ByteString): Tower
  29. def withSessionInfo(__v: Seq[TowerSessionInfo]): Tower
  30. def withSessions(__v: Seq[TowerSession]): Tower
  31. def withUnknownFields(__v: UnknownFieldSet): Tower
  32. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  33. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Tower → GeneratedMessage
  34. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val activeSessionCandidate: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. val numSessions: Int
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  3. val sessions: Seq[TowerSession]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file