final case class HTLCAttempt(attemptId: UInt64 = lnrpc.HTLCAttempt._typemapper_attemptId.toCustom(0L), status: HTLCStatus = lnrpc.HTLCAttempt.HTLCStatus.IN_FLIGHT, route: Option[Route] = _root_.scala.None, attemptTimeNs: Long = 0L, resolveTimeNs: Long = 0L, failure: Option[Failure] = _root_.scala.None, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[HTLCAttempt] with Product with Serializable
- attemptId
The unique ID that is used for this attempt.
- status
The status of the HTLC.
- route
The route taken by this HTLC.
- attemptTimeNs
The time in UNIX nanoseconds at which this HTLC was sent.
- resolveTimeNs
The time in UNIX nanoseconds at which this HTLC was settled or failed. This value will not be set if the HTLC is still IN_FLIGHT.
- failure
Detailed htlc failure info.
- preimage
The preimage that was used to settle the HTLC.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- HTLCAttempt
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HTLCAttempt(attemptId: UInt64 = lnrpc.HTLCAttempt._typemapper_attemptId.toCustom(0L), status: HTLCStatus = lnrpc.HTLCAttempt.HTLCStatus.IN_FLIGHT, route: Option[Route] = _root_.scala.None, attemptTimeNs: Long = 0L, resolveTimeNs: Long = 0L, failure: Option[Failure] = _root_.scala.None, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- attemptId
The unique ID that is used for this attempt.
- status
The status of the HTLC.
- route
The route taken by this HTLC.
- attemptTimeNs
The time in UNIX nanoseconds at which this HTLC was sent.
- resolveTimeNs
The time in UNIX nanoseconds at which this HTLC was settled or failed. This value will not be set if the HTLC is still IN_FLIGHT.
- failure
Detailed htlc failure info.
- preimage
The preimage that was used to settle the HTLC.
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 attemptId: UInt64
- val attemptTimeNs: Long
- def clearFailure: HTLCAttempt
- def clearRoute: HTLCAttempt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: HTLCAttempt.type
- Definition Classes
- HTLCAttempt → GeneratedMessage
- def discardUnknownFields: HTLCAttempt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val failure: Option[Failure]
- 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 getFailure: Failure
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- HTLCAttempt → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- HTLCAttempt → GeneratedMessage
- def getRoute: Route
- 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 preimage: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val resolveTimeNs: Long
- val route: Option[Route]
- def serializedSize: Int
- Definition Classes
- HTLCAttempt → GeneratedMessage
- val status: HTLCStatus
- 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
- HTLCAttempt → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[HTLCAttempt, HTLCAttempt]) => Mutation[HTLCAttempt]*): HTLCAttempt
- 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 withAttemptId(__v: UInt64): HTLCAttempt
- def withAttemptTimeNs(__v: Long): HTLCAttempt
- def withFailure(__v: Failure): HTLCAttempt
- def withPreimage(__v: ByteString): HTLCAttempt
- def withResolveTimeNs(__v: Long): HTLCAttempt
- def withRoute(__v: Route): HTLCAttempt
- def withStatus(__v: HTLCStatus): HTLCAttempt
- def withUnknownFields(__v: UnknownFieldSet): HTLCAttempt
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- HTLCAttempt → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage