final case class ForceClosedChannel(channel: Option[PendingChannel] = _root_.scala.None, closingTxid: String = "", limboBalance: Long = 0L, maturityHeight: UInt32 = lnrpc.PendingChannelsResponse.ForceClosedChannel._typemapper_maturityHeight.toCustom(0), blocksTilMaturity: Int = 0, recoveredBalance: Long = 0L, pendingHtlcs: Seq[PendingHTLC] = _root_.scala.Seq.empty, anchor: AnchorState = lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState.LIMBO, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ForceClosedChannel] with Product with Serializable

channel

The pending channel to be force closed

closingTxid

The transaction id of the closing transaction

limboBalance

The balance in satoshis encumbered in this pending channel

maturityHeight

The height at which funds can be swept into the wallet

blocksTilMaturity

Remaining # of blocks until the commitment output can be swept. Negative values indicate how many blocks have passed since becoming mature.

recoveredBalance

The total value of funds successfully recovered from this channel

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForceClosedChannel
  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 ForceClosedChannel(channel: Option[PendingChannel] = _root_.scala.None, closingTxid: String = "", limboBalance: Long = 0L, maturityHeight: UInt32 = lnrpc.PendingChannelsResponse.ForceClosedChannel._typemapper_maturityHeight.toCustom(0), blocksTilMaturity: Int = 0, recoveredBalance: Long = 0L, pendingHtlcs: Seq[PendingHTLC] = _root_.scala.Seq.empty, anchor: AnchorState = lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState.LIMBO, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    channel

    The pending channel to be force closed

    closingTxid

    The transaction id of the closing transaction

    limboBalance

    The balance in satoshis encumbered in this pending channel

    maturityHeight

    The height at which funds can be swept into the wallet

    blocksTilMaturity

    Remaining # of blocks until the commitment output can be swept. Negative values indicate how many blocks have passed since becoming mature.

    recoveredBalance

    The total value of funds successfully recovered from this channel

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 addAllPendingHtlcs(__vs: Iterable[PendingHTLC]): ForceClosedChannel
  5. def addPendingHtlcs(__vs: PendingHTLC*): ForceClosedChannel
  6. val anchor: AnchorState
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val blocksTilMaturity: Int
  9. val channel: Option[PendingChannel]
  10. def clearChannel: ForceClosedChannel
  11. def clearPendingHtlcs: ForceClosedChannel
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val closingTxid: String
  14. def companion: ForceClosedChannel.type
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  15. def discardUnknownFields: ForceClosedChannel
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def getChannel: PendingChannel
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val limboBalance: Long
  24. val maturityHeight: UInt32
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val pendingHtlcs: Seq[PendingHTLC]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val recoveredBalance: Long
  31. def serializedSize: Int
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[ForceClosedChannel, ForceClosedChannel]) => Mutation[ForceClosedChannel]*): ForceClosedChannel
    Definition Classes
    Updatable
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. def withAnchor(__v: AnchorState): ForceClosedChannel
  43. def withBlocksTilMaturity(__v: Int): ForceClosedChannel
  44. def withChannel(__v: PendingChannel): ForceClosedChannel
  45. def withClosingTxid(__v: String): ForceClosedChannel
  46. def withLimboBalance(__v: Long): ForceClosedChannel
  47. def withMaturityHeight(__v: UInt32): ForceClosedChannel
  48. def withPendingHtlcs(__v: Seq[PendingHTLC]): ForceClosedChannel
  49. def withRecoveredBalance(__v: Long): ForceClosedChannel
  50. def withUnknownFields(__v: UnknownFieldSet): ForceClosedChannel
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ForceClosedChannel → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped