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()
- Alphabetic
- By Inheritance
- ForwardHtlcInterceptRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- 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
- def addAllCustomRecords(__vs: Iterable[(Long, ByteString)]): ForwardHtlcInterceptRequest
- def addCustomRecords(__vs: (Long, ByteString)*): ForwardHtlcInterceptRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoFailHeight: Int
- def clearCustomRecords: ForwardHtlcInterceptRequest
- def clearIncomingCircuitKey: ForwardHtlcInterceptRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ForwardHtlcInterceptRequest.type
- Definition Classes
- ForwardHtlcInterceptRequest → GeneratedMessage
- val customRecords: Map[Long, ByteString]
- def discardUnknownFields: ForwardHtlcInterceptRequest
- 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
- ForwardHtlcInterceptRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ForwardHtlcInterceptRequest → GeneratedMessage
- def getIncomingCircuitKey: CircuitKey
- val incomingAmountMsat: Long
- val incomingCircuitKey: Option[CircuitKey]
- val incomingExpiry: Int
- 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 onionBlob: ByteString
- val outgoingAmountMsat: Long
- val outgoingExpiry: Int
- val outgoingRequestedChanId: Long
- val paymentHash: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ForwardHtlcInterceptRequest → GeneratedMessage
- 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
- ForwardHtlcInterceptRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ForwardHtlcInterceptRequest, ForwardHtlcInterceptRequest]) => Mutation[ForwardHtlcInterceptRequest]*): ForwardHtlcInterceptRequest
- 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 withAutoFailHeight(__v: Int): ForwardHtlcInterceptRequest
- def withCustomRecords(__v: Map[Long, ByteString]): ForwardHtlcInterceptRequest
- def withIncomingAmountMsat(__v: Long): ForwardHtlcInterceptRequest
- def withIncomingCircuitKey(__v: CircuitKey): ForwardHtlcInterceptRequest
- def withIncomingExpiry(__v: Int): ForwardHtlcInterceptRequest
- def withOnionBlob(__v: ByteString): ForwardHtlcInterceptRequest
- def withOutgoingAmountMsat(__v: Long): ForwardHtlcInterceptRequest
- def withOutgoingExpiry(__v: Int): ForwardHtlcInterceptRequest
- def withOutgoingRequestedChanId(__v: Long): ForwardHtlcInterceptRequest
- def withPaymentHash(__v: ByteString): ForwardHtlcInterceptRequest
- def withUnknownFields(__v: UnknownFieldSet): ForwardHtlcInterceptRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ForwardHtlcInterceptRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage