Packages

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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PendingChannelsResponse
  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 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllPendingClosingChannels(__vs: Iterable[ClosedChannel]): PendingChannelsResponse
  5. def addAllPendingForceClosingChannels(__vs: Iterable[ForceClosedChannel]): PendingChannelsResponse
  6. def addAllPendingOpenChannels(__vs: Iterable[PendingOpenChannel]): PendingChannelsResponse
  7. def addAllWaitingCloseChannels(__vs: Iterable[WaitingCloseChannel]): PendingChannelsResponse
  8. def addPendingClosingChannels(__vs: ClosedChannel*): PendingChannelsResponse
  9. def addPendingForceClosingChannels(__vs: ForceClosedChannel*): PendingChannelsResponse
  10. def addPendingOpenChannels(__vs: PendingOpenChannel*): PendingChannelsResponse
  11. def addWaitingCloseChannels(__vs: WaitingCloseChannel*): PendingChannelsResponse
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clearPendingClosingChannels: PendingChannelsResponse
  14. def clearPendingForceClosingChannels: PendingChannelsResponse
  15. def clearPendingOpenChannels: PendingChannelsResponse
  16. def clearWaitingCloseChannels: PendingChannelsResponse
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def companion: PendingChannelsResponse.type
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  19. def discardUnknownFields: PendingChannelsResponse
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val pendingForceClosingChannels: Seq[ForceClosedChannel]
  30. val pendingOpenChannels: Seq[PendingOpenChannel]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  38. val totalLimboBalance: Long
  39. val unknownFields: UnknownFieldSet
  40. def update(ms: (Lens[PendingChannelsResponse, PendingChannelsResponse]) => Mutation[PendingChannelsResponse]*): PendingChannelsResponse
    Definition Classes
    Updatable
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. val waitingCloseChannels: Seq[WaitingCloseChannel]
  45. def withPendingClosingChannels(__v: Seq[ClosedChannel]): PendingChannelsResponse
  46. def withPendingForceClosingChannels(__v: Seq[ForceClosedChannel]): PendingChannelsResponse
  47. def withPendingOpenChannels(__v: Seq[PendingOpenChannel]): PendingChannelsResponse
  48. def withTotalLimboBalance(__v: Long): PendingChannelsResponse
  49. def withUnknownFields(__v: UnknownFieldSet): PendingChannelsResponse
  50. def withWaitingCloseChannels(__v: Seq[WaitingCloseChannel]): PendingChannelsResponse
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingChannelsResponse → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val pendingClosingChannels: Seq[ClosedChannel]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped