Packages

final case class InvoiceHTLC(chanId: UInt64 = lnrpc.InvoiceHTLC._typemapper_chanId.toCustom(0L), htlcIndex: UInt64 = lnrpc.InvoiceHTLC._typemapper_htlcIndex.toCustom(0L), amtMsat: UInt64 = lnrpc.InvoiceHTLC._typemapper_amtMsat.toCustom(0L), acceptHeight: Int = 0, acceptTime: Long = 0L, resolveTime: Long = 0L, expiryHeight: Int = 0, state: InvoiceHTLCState = lnrpc.InvoiceHTLCState.ACCEPTED, customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, mppTotalAmtMsat: UInt64 = lnrpc.InvoiceHTLC._typemapper_mppTotalAmtMsat.toCustom(0L), amp: Option[AMP] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[InvoiceHTLC] with Product with Serializable

Details of an HTLC that paid to an invoice

chanId

Short channel id over which the htlc was received.

htlcIndex

Index identifying the htlc on the channel.

amtMsat

The amount of the htlc in msat.

acceptHeight

Block height at which this htlc was accepted.

acceptTime

Time at which this htlc was accepted.

resolveTime

Time at which this htlc was settled or canceled.

expiryHeight

Block height at which this htlc expires.

state

Current state the htlc is in.

customRecords

Custom tlv records.

mppTotalAmtMsat

The total amount of the mpp payment in msat.

amp

Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvoiceHTLC
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InvoiceHTLC(chanId: UInt64 = lnrpc.InvoiceHTLC._typemapper_chanId.toCustom(0L), htlcIndex: UInt64 = lnrpc.InvoiceHTLC._typemapper_htlcIndex.toCustom(0L), amtMsat: UInt64 = lnrpc.InvoiceHTLC._typemapper_amtMsat.toCustom(0L), acceptHeight: Int = 0, acceptTime: Long = 0L, resolveTime: Long = 0L, expiryHeight: Int = 0, state: InvoiceHTLCState = lnrpc.InvoiceHTLCState.ACCEPTED, customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, mppTotalAmtMsat: UInt64 = lnrpc.InvoiceHTLC._typemapper_mppTotalAmtMsat.toCustom(0L), amp: Option[AMP] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    chanId

    Short channel id over which the htlc was received.

    htlcIndex

    Index identifying the htlc on the channel.

    amtMsat

    The amount of the htlc in msat.

    acceptHeight

    Block height at which this htlc was accepted.

    acceptTime

    Time at which this htlc was accepted.

    resolveTime

    Time at which this htlc was settled or canceled.

    expiryHeight

    Block height at which this htlc expires.

    state

    Current state the htlc is in.

    customRecords

    Custom tlv records.

    mppTotalAmtMsat

    The total amount of the mpp payment in msat.

    amp

    Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val acceptHeight: Int
  5. val acceptTime: Long
  6. def addAllCustomRecords(__vs: Iterable[(UInt64, ByteString)]): InvoiceHTLC
  7. def addCustomRecords(__vs: (UInt64, ByteString)*): InvoiceHTLC
  8. val amp: Option[AMP]
  9. val amtMsat: UInt64
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val chanId: UInt64
  12. def clearAmp: InvoiceHTLC
  13. def clearCustomRecords: InvoiceHTLC
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def companion: InvoiceHTLC.type
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  16. val customRecords: Map[UInt64, ByteString]
  17. def discardUnknownFields: InvoiceHTLC
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val expiryHeight: Int
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def getAmp: AMP
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  25. val htlcIndex: UInt64
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val mppTotalAmtMsat: UInt64
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val resolveTime: Long
  33. def serializedSize: Int
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  34. val state: InvoiceHTLCState
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  40. val unknownFields: UnknownFieldSet
  41. def update(ms: (Lens[InvoiceHTLC, InvoiceHTLC]) => Mutation[InvoiceHTLC]*): InvoiceHTLC
    Definition Classes
    Updatable
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. def withAcceptHeight(__v: Int): InvoiceHTLC
  46. def withAcceptTime(__v: Long): InvoiceHTLC
  47. def withAmp(__v: AMP): InvoiceHTLC
  48. def withAmtMsat(__v: UInt64): InvoiceHTLC
  49. def withChanId(__v: UInt64): InvoiceHTLC
  50. def withCustomRecords(__v: Map[UInt64, ByteString]): InvoiceHTLC
  51. def withExpiryHeight(__v: Int): InvoiceHTLC
  52. def withHtlcIndex(__v: UInt64): InvoiceHTLC
  53. def withMppTotalAmtMsat(__v: UInt64): InvoiceHTLC
  54. def withResolveTime(__v: Long): InvoiceHTLC
  55. def withState(__v: InvoiceHTLCState): InvoiceHTLC
  56. def withUnknownFields(__v: UnknownFieldSet): InvoiceHTLC
  57. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  58. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    InvoiceHTLC → GeneratedMessage
  59. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[InvoiceHTLC]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped