final case class ForwardHtlcInterceptRequest(incomingCircuitKey: Option[CircuitKey] = _root_.scala.None, incomingAmountMsat: Long = 0L, incomingExpiry: Int = 0, paymentHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outgoingRequestedChanId: Long = 0L, outgoingAmountMsat: Long = 0L, outgoingExpiry: Int = 0, customRecords: Map[Long, ByteString] = _root_.scala.collection.immutable.Map.empty, onionBlob: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, autoFailHeight: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ForwardHtlcInterceptRequest] with Product with Serializable

incomingCircuitKey

The key of this forwarded htlc. It defines the incoming channel id and the index in this channel.

incomingAmountMsat

The incoming htlc amount.

incomingExpiry

The incoming htlc expiry.

paymentHash

The htlc payment hash. This value is not guaranteed to be unique per request.

outgoingRequestedChanId

The requested outgoing channel id for this forwarded htlc. Because of non-strict forwarding, this isn't necessarily the channel over which the packet will be forwarded eventually. A different channel to the same peer may be selected as well.

outgoingAmountMsat

The outgoing htlc amount.

outgoingExpiry

The outgoing htlc expiry.

customRecords

Any custom records that were present in the payload.

onionBlob

The onion blob for the next hop

autoFailHeight

The block height at which this htlc will be auto-failed to prevent the channel from force-closing.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardHtlcInterceptRequest
  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 ForwardHtlcInterceptRequest(incomingCircuitKey: Option[CircuitKey] = _root_.scala.None, incomingAmountMsat: Long = 0L, incomingExpiry: Int = 0, paymentHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outgoingRequestedChanId: Long = 0L, outgoingAmountMsat: Long = 0L, outgoingExpiry: Int = 0, customRecords: Map[Long, ByteString] = _root_.scala.collection.immutable.Map.empty, onionBlob: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, autoFailHeight: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    incomingCircuitKey

    The key of this forwarded htlc. It defines the incoming channel id and the index in this channel.

    incomingAmountMsat

    The incoming htlc amount.

    incomingExpiry

    The incoming htlc expiry.

    paymentHash

    The htlc payment hash. This value is not guaranteed to be unique per request.

    outgoingRequestedChanId

    The requested outgoing channel id for this forwarded htlc. Because of non-strict forwarding, this isn't necessarily the channel over which the packet will be forwarded eventually. A different channel to the same peer may be selected as well.

    outgoingAmountMsat

    The outgoing htlc amount.

    outgoingExpiry

    The outgoing htlc expiry.

    customRecords

    Any custom records that were present in the payload.

    onionBlob

    The onion blob for the next hop

    autoFailHeight

    The block height at which this htlc will be auto-failed to prevent the channel from force-closing.

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. def addAllCustomRecords(__vs: Iterable[(Long, ByteString)]): ForwardHtlcInterceptRequest
  5. def addCustomRecords(__vs: (Long, ByteString)*): ForwardHtlcInterceptRequest
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val autoFailHeight: Int
  8. def clearCustomRecords: ForwardHtlcInterceptRequest
  9. def clearIncomingCircuitKey: ForwardHtlcInterceptRequest
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: ForwardHtlcInterceptRequest.type
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  12. val customRecords: Map[Long, ByteString]
  13. def discardUnknownFields: ForwardHtlcInterceptRequest
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  19. def getIncomingCircuitKey: CircuitKey
  20. val incomingAmountMsat: Long
  21. val incomingCircuitKey: Option[CircuitKey]
  22. val incomingExpiry: Int
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val onionBlob: ByteString
  28. val outgoingAmountMsat: Long
  29. val outgoingExpiry: Int
  30. val outgoingRequestedChanId: Long
  31. val paymentHash: ByteString
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def serializedSize: Int
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  36. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  37. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  38. def toProtoString: String
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  39. val unknownFields: UnknownFieldSet
  40. def update(ms: (Lens[ForwardHtlcInterceptRequest, ForwardHtlcInterceptRequest]) => Mutation[ForwardHtlcInterceptRequest]*): ForwardHtlcInterceptRequest
    Definition Classes
    Updatable
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withAutoFailHeight(__v: Int): ForwardHtlcInterceptRequest
  45. def withCustomRecords(__v: Map[Long, ByteString]): ForwardHtlcInterceptRequest
  46. def withIncomingAmountMsat(__v: Long): ForwardHtlcInterceptRequest
  47. def withIncomingCircuitKey(__v: CircuitKey): ForwardHtlcInterceptRequest
  48. def withIncomingExpiry(__v: Int): ForwardHtlcInterceptRequest
  49. def withOnionBlob(__v: ByteString): ForwardHtlcInterceptRequest
  50. def withOutgoingAmountMsat(__v: Long): ForwardHtlcInterceptRequest
  51. def withOutgoingExpiry(__v: Int): ForwardHtlcInterceptRequest
  52. def withOutgoingRequestedChanId(__v: Long): ForwardHtlcInterceptRequest
  53. def withPaymentHash(__v: ByteString): ForwardHtlcInterceptRequest
  54. def withUnknownFields(__v: UnknownFieldSet): ForwardHtlcInterceptRequest
  55. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  56. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ForwardHtlcInterceptRequest → GeneratedMessage
  57. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped