final case class PendingChannelsResponse(totalLimboBalance: Long = 0L, pendingOpenChannels: Seq[PendingOpenChannel] = _root_.scala.Seq.empty, pendingClosingChannels: Seq[ClosedChannel] = _root_.scala.Seq.empty, pendingForceClosingChannels: Seq[ForceClosedChannel] = _root_.scala.Seq.empty, waitingCloseChannels: Seq[WaitingCloseChannel] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PendingChannelsResponse] with Product with Serializable
- totalLimboBalance
The balance in satoshis encumbered in pending channels
- pendingOpenChannels
Channels pending opening
- pendingClosingChannels
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
- pendingForceClosingChannels
Channels pending force closing
- waitingCloseChannels
Channels waiting for closing tx to confirm
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- PendingChannelsResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PendingChannelsResponse(totalLimboBalance: Long = 0L, pendingOpenChannels: Seq[PendingOpenChannel] = _root_.scala.Seq.empty, pendingClosingChannels: Seq[ClosedChannel] = _root_.scala.Seq.empty, pendingForceClosingChannels: Seq[ForceClosedChannel] = _root_.scala.Seq.empty, waitingCloseChannels: Seq[WaitingCloseChannel] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- totalLimboBalance
The balance in satoshis encumbered in pending channels
- pendingOpenChannels
Channels pending opening
- pendingClosingChannels
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
- pendingForceClosingChannels
Channels pending force closing
- waitingCloseChannels
Channels waiting for closing tx to confirm
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 addAllPendingClosingChannels(__vs: Iterable[ClosedChannel]): PendingChannelsResponse
- def addAllPendingForceClosingChannels(__vs: Iterable[ForceClosedChannel]): PendingChannelsResponse
- def addAllPendingOpenChannels(__vs: Iterable[PendingOpenChannel]): PendingChannelsResponse
- def addAllWaitingCloseChannels(__vs: Iterable[WaitingCloseChannel]): PendingChannelsResponse
- def addPendingClosingChannels(__vs: ClosedChannel*): PendingChannelsResponse
- def addPendingForceClosingChannels(__vs: ForceClosedChannel*): PendingChannelsResponse
- def addPendingOpenChannels(__vs: PendingOpenChannel*): PendingChannelsResponse
- def addWaitingCloseChannels(__vs: WaitingCloseChannel*): PendingChannelsResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearPendingClosingChannels: PendingChannelsResponse
- def clearPendingForceClosingChannels: PendingChannelsResponse
- def clearPendingOpenChannels: PendingChannelsResponse
- def clearWaitingCloseChannels: PendingChannelsResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: PendingChannelsResponse.type
- Definition Classes
- PendingChannelsResponse → GeneratedMessage
- def discardUnknownFields: PendingChannelsResponse
- 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
- PendingChannelsResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- PendingChannelsResponse → 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()
- val pendingForceClosingChannels: Seq[ForceClosedChannel]
- val pendingOpenChannels: Seq[PendingOpenChannel]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- PendingChannelsResponse → GeneratedMessage
- 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
- PendingChannelsResponse → GeneratedMessage
- val totalLimboBalance: Long
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[PendingChannelsResponse, PendingChannelsResponse]) => Mutation[PendingChannelsResponse]*): PendingChannelsResponse
- 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()
- val waitingCloseChannels: Seq[WaitingCloseChannel]
- def withPendingClosingChannels(__v: Seq[ClosedChannel]): PendingChannelsResponse
- def withPendingForceClosingChannels(__v: Seq[ForceClosedChannel]): PendingChannelsResponse
- def withPendingOpenChannels(__v: Seq[PendingOpenChannel]): PendingChannelsResponse
- def withTotalLimboBalance(__v: Long): PendingChannelsResponse
- def withUnknownFields(__v: UnknownFieldSet): PendingChannelsResponse
- def withWaitingCloseChannels(__v: Seq[WaitingCloseChannel]): PendingChannelsResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- PendingChannelsResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- val pendingClosingChannels: Seq[ClosedChannel]
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file