final case class ForwardHtlcInterceptResponse(incomingCircuitKey: Option[CircuitKey] = _root_.scala.None, action: ResolveHoldForwardAction = routerrpc.ResolveHoldForwardAction.SETTLE, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, failureMessage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, failureCode: FailureCode = lnrpc.Failure.FailureCode.RESERVED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ForwardHtlcInterceptResponse] with Product with Serializable

* ForwardHtlcInterceptResponse enables the caller to resolve a previously hold forward. The caller can choose either to: - Resume: Execute the default behavior (usually forward). - Reject: Fail the htlc backwards. - Settle: Settle this htlc with a given preimage.

incomingCircuitKey

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

action

The resolve action for this intercepted htlc.

preimage

The preimage in case the resolve action is Settle.

failureMessage

Encrypted failure message in case the resolve action is Fail. If failure_message is specified, the failure_code field must be set to zero.

failureCode

Return the specified failure code in case the resolve action is Fail. The message data fields are populated automatically. If a non-zero failure_code is specified, failure_message must not be set. For backwards-compatibility reasons, TEMPORARY_CHANNEL_FAILURE is the default value for this field.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardHtlcInterceptResponse
  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 ForwardHtlcInterceptResponse(incomingCircuitKey: Option[CircuitKey] = _root_.scala.None, action: ResolveHoldForwardAction = routerrpc.ResolveHoldForwardAction.SETTLE, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, failureMessage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, failureCode: FailureCode = lnrpc.Failure.FailureCode.RESERVED, 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.

    action

    The resolve action for this intercepted htlc.

    preimage

    The preimage in case the resolve action is Settle.

    failureMessage

    Encrypted failure message in case the resolve action is Fail. If failure_message is specified, the failure_code field must be set to zero.

    failureCode

    Return the specified failure code in case the resolve action is Fail. The message data fields are populated automatically. If a non-zero failure_code is specified, failure_message must not be set. For backwards-compatibility reasons, TEMPORARY_CHANNEL_FAILURE is the default value for this field.

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 action: ResolveHoldForwardAction
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearIncomingCircuitKey: ForwardHtlcInterceptResponse
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def companion: ForwardHtlcInterceptResponse.type
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  9. def discardUnknownFields: ForwardHtlcInterceptResponse
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val failureCode: FailureCode
  12. val failureMessage: ByteString
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  17. def getIncomingCircuitKey: CircuitKey
  18. val incomingCircuitKey: Option[CircuitKey]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val preimage: ByteString
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def serializedSize: Int
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  31. val unknownFields: UnknownFieldSet
  32. def update(ms: (Lens[ForwardHtlcInterceptResponse, ForwardHtlcInterceptResponse]) => Mutation[ForwardHtlcInterceptResponse]*): ForwardHtlcInterceptResponse
    Definition Classes
    Updatable
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withAction(__v: ResolveHoldForwardAction): ForwardHtlcInterceptResponse
  37. def withFailureCode(__v: FailureCode): ForwardHtlcInterceptResponse
  38. def withFailureMessage(__v: ByteString): ForwardHtlcInterceptResponse
  39. def withIncomingCircuitKey(__v: CircuitKey): ForwardHtlcInterceptResponse
  40. def withPreimage(__v: ByteString): ForwardHtlcInterceptResponse
  41. def withUnknownFields(__v: UnknownFieldSet): ForwardHtlcInterceptResponse
  42. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ForwardHtlcInterceptResponse → GeneratedMessage
  44. 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