final case class ClosedChannelUpdate(chanId: UInt64 = lnrpc.ClosedChannelUpdate._typemapper_chanId.toCustom(0L), capacity: Long = 0L, closedHeight: UInt32 = lnrpc.ClosedChannelUpdate._typemapper_closedHeight.toCustom(0), chanPoint: Option[ChannelPoint] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ClosedChannelUpdate] with Product with Serializable
- chanId
The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the channel.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClosedChannelUpdate
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClosedChannelUpdate(chanId: UInt64 = lnrpc.ClosedChannelUpdate._typemapper_chanId.toCustom(0L), capacity: Long = 0L, closedHeight: UInt32 = lnrpc.ClosedChannelUpdate._typemapper_closedHeight.toCustom(0), chanPoint: Option[ChannelPoint] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- chanId
The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val capacity: Long
- val chanId: UInt64
- val chanPoint: Option[ChannelPoint]
- def clearChanPoint: ClosedChannelUpdate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closedHeight: UInt32
- def companion: ClosedChannelUpdate.type
- Definition Classes
- ClosedChannelUpdate → GeneratedMessage
- def discardUnknownFields: ClosedChannelUpdate
- 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 getChanPoint: ChannelPoint
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ClosedChannelUpdate → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ClosedChannelUpdate → 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ClosedChannelUpdate → 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
- ClosedChannelUpdate → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ClosedChannelUpdate, ClosedChannelUpdate]) => Mutation[ClosedChannelUpdate]*): ClosedChannelUpdate
- 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 withCapacity(__v: Long): ClosedChannelUpdate
- def withChanId(__v: UInt64): ClosedChannelUpdate
- def withChanPoint(__v: ChannelPoint): ClosedChannelUpdate
- def withClosedHeight(__v: UInt32): ClosedChannelUpdate
- def withUnknownFields(__v: UnknownFieldSet): ClosedChannelUpdate
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ClosedChannelUpdate → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage