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()
- Alphabetic
- By Inheritance
- ForceClosedChannel
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- 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 addAllPendingHtlcs(__vs: Iterable[PendingHTLC]): ForceClosedChannel
- def addPendingHtlcs(__vs: PendingHTLC*): ForceClosedChannel
- val anchor: AnchorState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blocksTilMaturity: Int
- val channel: Option[PendingChannel]
- def clearChannel: ForceClosedChannel
- def clearPendingHtlcs: ForceClosedChannel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closingTxid: String
- def companion: ForceClosedChannel.type
- Definition Classes
- ForceClosedChannel → GeneratedMessage
- def discardUnknownFields: ForceClosedChannel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getChannel: PendingChannel
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ForceClosedChannel → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ForceClosedChannel → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limboBalance: Long
- val maturityHeight: UInt32
- 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 pendingHtlcs: Seq[PendingHTLC]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recoveredBalance: Long
- def serializedSize: Int
- Definition Classes
- ForceClosedChannel → 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
- ForceClosedChannel → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ForceClosedChannel, ForceClosedChannel]) => Mutation[ForceClosedChannel]*): ForceClosedChannel
- 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 withAnchor(__v: AnchorState): ForceClosedChannel
- def withBlocksTilMaturity(__v: Int): ForceClosedChannel
- def withChannel(__v: PendingChannel): ForceClosedChannel
- def withClosingTxid(__v: String): ForceClosedChannel
- def withLimboBalance(__v: Long): ForceClosedChannel
- def withMaturityHeight(__v: UInt32): ForceClosedChannel
- def withPendingHtlcs(__v: Seq[PendingHTLC]): ForceClosedChannel
- def withRecoveredBalance(__v: Long): ForceClosedChannel
- def withUnknownFields(__v: UnknownFieldSet): ForceClosedChannel
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ForceClosedChannel → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage