final case class ChannelCloseSummary(channelPoint: String = "", chanId: UInt64 = lnrpc.ChannelCloseSummary._typemapper_chanId.toCustom(0L), chainHash: String = "", closingTxHash: String = "", remotePubkey: String = "", capacity: Long = 0L, closeHeight: UInt32 = lnrpc.ChannelCloseSummary._typemapper_closeHeight.toCustom(0), settledBalance: Long = 0L, timeLockedBalance: Long = 0L, closeType: ClosureType = lnrpc.ChannelCloseSummary.ClosureType.COOPERATIVE_CLOSE, openInitiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, closeInitiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, resolutions: Seq[Resolution] = _root_.scala.Seq.empty, aliasScids: Seq[UInt64] = _root_.scala.Seq.empty, zeroConfConfirmedScid: UInt64 = lnrpc.ChannelCloseSummary._typemapper_zeroConfConfirmedScid.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChannelCloseSummary] with Product with Serializable
- channelPoint
 The outpoint (txid:index) of the funding transaction.
- chanId
 The unique channel ID for the channel.
- chainHash
 The hash of the genesis block that this channel resides within.
- closingTxHash
 The txid of the transaction which ultimately closed this channel.
- remotePubkey
 Public key of the remote peer that we formerly had a channel with.
- capacity
 Total capacity of the channel.
- closeHeight
 Height at which the funding transaction was spent.
- settledBalance
 Settled balance at the time of channel closure
- timeLockedBalance
 The sum of all the time-locked outputs at the time of channel closure
- closeType
 Details on how the channel was closed.
- openInitiator
 Open initiator is the party that initiated opening the channel. Note that this value may be unknown if the channel was closed before we migrated to store open channel information after close.
- closeInitiator
 Close initiator indicates which party initiated the close. This value will be unknown for channels that were cooperatively closed before we started tracking cooperative close initiators. Note that this indicates which party initiated a close, and it is possible for both to initiate cooperative or force closes, although only one party's close will be confirmed on chain.
- aliasScids
 This lists out the set of alias short channel ids that existed for the closed channel. This may be empty.
- zeroConfConfirmedScid
 The confirmed SCID for a zero-conf channel.
- Annotations
 - @SerialVersionUID()
 
- Alphabetic
 - By Inheritance
 
- ChannelCloseSummary
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new ChannelCloseSummary(channelPoint: String = "", chanId: UInt64 = lnrpc.ChannelCloseSummary._typemapper_chanId.toCustom(0L), chainHash: String = "", closingTxHash: String = "", remotePubkey: String = "", capacity: Long = 0L, closeHeight: UInt32 = lnrpc.ChannelCloseSummary._typemapper_closeHeight.toCustom(0), settledBalance: Long = 0L, timeLockedBalance: Long = 0L, closeType: ClosureType = lnrpc.ChannelCloseSummary.ClosureType.COOPERATIVE_CLOSE, openInitiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, closeInitiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, resolutions: Seq[Resolution] = _root_.scala.Seq.empty, aliasScids: Seq[UInt64] = _root_.scala.Seq.empty, zeroConfConfirmedScid: UInt64 = lnrpc.ChannelCloseSummary._typemapper_zeroConfConfirmedScid.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- channelPoint
 The outpoint (txid:index) of the funding transaction.
- chanId
 The unique channel ID for the channel.
- chainHash
 The hash of the genesis block that this channel resides within.
- closingTxHash
 The txid of the transaction which ultimately closed this channel.
- remotePubkey
 Public key of the remote peer that we formerly had a channel with.
- capacity
 Total capacity of the channel.
- closeHeight
 Height at which the funding transaction was spent.
- settledBalance
 Settled balance at the time of channel closure
- timeLockedBalance
 The sum of all the time-locked outputs at the time of channel closure
- closeType
 Details on how the channel was closed.
- openInitiator
 Open initiator is the party that initiated opening the channel. Note that this value may be unknown if the channel was closed before we migrated to store open channel information after close.
- closeInitiator
 Close initiator indicates which party initiated the close. This value will be unknown for channels that were cooperatively closed before we started tracking cooperative close initiators. Note that this indicates which party initiated a close, and it is possible for both to initiate cooperative or force closes, although only one party's close will be confirmed on chain.
- aliasScids
 This lists out the set of alias short channel ids that existed for the closed channel. This may be empty.
- zeroConfConfirmedScid
 The confirmed SCID for a zero-conf 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 addAliasScids(__vs: UInt64*): ChannelCloseSummary
 -  def addAllAliasScids(__vs: Iterable[UInt64]): ChannelCloseSummary
 -  def addAllResolutions(__vs: Iterable[Resolution]): ChannelCloseSummary
 -  def addResolutions(__vs: Resolution*): ChannelCloseSummary
 -  val aliasScids: Seq[UInt64]
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val capacity: Long
 -  val chainHash: String
 -  val chanId: UInt64
 -  val channelPoint: String
 -  def clearAliasScids: ChannelCloseSummary
 -  def clearResolutions: ChannelCloseSummary
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -  val closeHeight: UInt32
 -  val closeInitiator: Initiator
 -  val closeType: ClosureType
 -  val closingTxHash: String
 -    def companion: ChannelCloseSummary.type
- Definition Classes
 - ChannelCloseSummary → GeneratedMessage
 
 -  def discardUnknownFields: ChannelCloseSummary
 -   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
 - ChannelCloseSummary → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - ChannelCloseSummary → 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 openInitiator: Initiator
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val remotePubkey: String
 -  val resolutions: Seq[Resolution]
 -    def serializedSize: Int
- Definition Classes
 - ChannelCloseSummary → GeneratedMessage
 
 -  val settledBalance: Long
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val timeLockedBalance: Long
 -   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
 - ChannelCloseSummary → GeneratedMessage
 
 -  val unknownFields: UnknownFieldSet
 -    def update(ms: (Lens[ChannelCloseSummary, ChannelCloseSummary]) => Mutation[ChannelCloseSummary]*): ChannelCloseSummary
- 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 withAliasScids(__v: Seq[UInt64]): ChannelCloseSummary
 -  def withCapacity(__v: Long): ChannelCloseSummary
 -  def withChainHash(__v: String): ChannelCloseSummary
 -  def withChanId(__v: UInt64): ChannelCloseSummary
 -  def withChannelPoint(__v: String): ChannelCloseSummary
 -  def withCloseHeight(__v: UInt32): ChannelCloseSummary
 -  def withCloseInitiator(__v: Initiator): ChannelCloseSummary
 -  def withCloseType(__v: ClosureType): ChannelCloseSummary
 -  def withClosingTxHash(__v: String): ChannelCloseSummary
 -  def withOpenInitiator(__v: Initiator): ChannelCloseSummary
 -  def withRemotePubkey(__v: String): ChannelCloseSummary
 -  def withResolutions(__v: Seq[Resolution]): ChannelCloseSummary
 -  def withSettledBalance(__v: Long): ChannelCloseSummary
 -  def withTimeLockedBalance(__v: Long): ChannelCloseSummary
 -  def withUnknownFields(__v: UnknownFieldSet): ChannelCloseSummary
 -  def withZeroConfConfirmedScid(__v: UInt64): ChannelCloseSummary
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - ChannelCloseSummary → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -  val zeroConfConfirmedScid: UInt64