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, 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: 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, 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[(UInt64, ByteString)]): ForwardHtlcInterceptRequest
- def addCustomRecords(__vs: (UInt64, 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[UInt64, 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: UInt64
- val incomingCircuitKey: Option[CircuitKey]
- val incomingExpiry: UInt32
- 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: UInt64
- val outgoingExpiry: UInt32
- val outgoingRequestedChanId: UInt64
- 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[UInt64, ByteString]): ForwardHtlcInterceptRequest
- def withIncomingAmountMsat(__v: UInt64): ForwardHtlcInterceptRequest
- def withIncomingCircuitKey(__v: CircuitKey): ForwardHtlcInterceptRequest
- def withIncomingExpiry(__v: UInt32): ForwardHtlcInterceptRequest
- def withOnionBlob(__v: ByteString): ForwardHtlcInterceptRequest
- def withOutgoingAmountMsat(__v: UInt64): ForwardHtlcInterceptRequest
- def withOutgoingExpiry(__v: UInt32): ForwardHtlcInterceptRequest
- def withOutgoingRequestedChanId(__v: UInt64): 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