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()
- Alphabetic
- By Inheritance
- Tower
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAddresses(__vs: String*): Tower
- def addAllAddresses(__vs: Iterable[String]): Tower
- def addAllSessionInfo(__vs: Iterable[TowerSessionInfo]): Tower
- def addAllSessions(__vs: Iterable[TowerSession]): Tower
- def addSessionInfo(__vs: TowerSessionInfo*): Tower
- def addSessions(__vs: TowerSession*): Tower
- val addresses: Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAddresses: Tower
- def clearSessionInfo: Tower
- def clearSessions: Tower
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: Tower.type
- Definition Classes
- Tower → GeneratedMessage
- def discardUnknownFields: Tower
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Tower → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Tower → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pubkey: ByteString
- def serializedSize: Int
- Definition Classes
- Tower → GeneratedMessage
- val sessionInfo: Seq[TowerSessionInfo]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Tower → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Tower, Tower]) => Mutation[Tower]*): Tower
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withActiveSessionCandidate(__v: Boolean): Tower
- def withAddresses(__v: Seq[String]): Tower
- def withNumSessions(__v: Int): Tower
- def withPubkey(__v: ByteString): Tower
- def withSessionInfo(__v: Seq[TowerSessionInfo]): Tower
- def withSessions(__v: Seq[TowerSession]): Tower
- def withUnknownFields(__v: UnknownFieldSet): Tower
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Tower → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- val activeSessionCandidate: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file
- val numSessions: Int
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file
- val sessions: Seq[TowerSession]
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file