final case class PendingHTLC(incoming: Boolean = false, amount: Long = 0L, outpoint: String = "", maturityHeight: UInt32 = lnrpc.PendingHTLC._typemapper_maturityHeight.toCustom(0), blocksTilMaturity: Int = 0, stage: UInt32 = lnrpc.PendingHTLC._typemapper_stage.toCustom(0), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PendingHTLC] with Product with Serializable
- incoming
The direction within the channel that the htlc was sent
- amount
The total value of the htlc
- outpoint
The final output to be swept back to the user's wallet
- maturityHeight
The next block height at which we can spend the current stage
- blocksTilMaturity
The number of blocks remaining until the current stage can be swept. Negative values indicate how many blocks have passed since becoming mature.
- stage
Indicates whether the htlc is in its first or second stage of recovery
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- PendingHTLC
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PendingHTLC(incoming: Boolean = false, amount: Long = 0L, outpoint: String = "", maturityHeight: UInt32 = lnrpc.PendingHTLC._typemapper_maturityHeight.toCustom(0), blocksTilMaturity: Int = 0, stage: UInt32 = lnrpc.PendingHTLC._typemapper_stage.toCustom(0), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- incoming
The direction within the channel that the htlc was sent
- amount
The total value of the htlc
- outpoint
The final output to be swept back to the user's wallet
- maturityHeight
The next block height at which we can spend the current stage
- blocksTilMaturity
The number of blocks remaining until the current stage can be swept. Negative values indicate how many blocks have passed since becoming mature.
- stage
Indicates whether the htlc is in its first or second stage of recovery
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
- val amount: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blocksTilMaturity: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: PendingHTLC.type
- Definition Classes
- PendingHTLC → GeneratedMessage
- def discardUnknownFields: PendingHTLC
- 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
- PendingHTLC → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- PendingHTLC → GeneratedMessage
- val incoming: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 outpoint: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- PendingHTLC → GeneratedMessage
- val stage: UInt32
- 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
- PendingHTLC → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[PendingHTLC, PendingHTLC]) => Mutation[PendingHTLC]*): PendingHTLC
- 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 withAmount(__v: Long): PendingHTLC
- def withBlocksTilMaturity(__v: Int): PendingHTLC
- def withIncoming(__v: Boolean): PendingHTLC
- def withMaturityHeight(__v: UInt32): PendingHTLC
- def withOutpoint(__v: String): PendingHTLC
- def withStage(__v: UInt32): PendingHTLC
- def withUnknownFields(__v: UnknownFieldSet): PendingHTLC
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- PendingHTLC → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage