final case class ForwardHtlcInterceptRequest(incomingCircuitKey: Option[CircuitKey] = _root_.scala.None, incomingAmountMsat: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_incomingAmountMsat.toCustom(0L), incomingExpiry: UInt32 = routerrpc.ForwardHtlcInterceptRequest._typemapper_incomingExpiry.toCustom(0), paymentHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outgoingRequestedChanId: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingRequestedChanId.toCustom(0L), outgoingAmountMsat: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingAmountMsat.toCustom(0L), outgoingExpiry: UInt32 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingExpiry.toCustom(0), customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, onionBlob: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, 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

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: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_incomingAmountMsat.toCustom(0L), incomingExpiry: UInt32 = routerrpc.ForwardHtlcInterceptRequest._typemapper_incomingExpiry.toCustom(0), paymentHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outgoingRequestedChanId: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingRequestedChanId.toCustom(0L), outgoingAmountMsat: UInt64 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingAmountMsat.toCustom(0L), outgoingExpiry: UInt32 = routerrpc.ForwardHtlcInterceptRequest._typemapper_outgoingExpiry.toCustom(0), customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, onionBlob: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, 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

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