final case class HTLC(incoming: Boolean = false, amount: Long = 0L, hashLock: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, expirationHeight: UInt32 = lnrpc.HTLC._typemapper_expirationHeight.toCustom(0), htlcIndex: UInt64 = lnrpc.HTLC._typemapper_htlcIndex.toCustom(0L), forwardingChannel: UInt64 = lnrpc.HTLC._typemapper_forwardingChannel.toCustom(0L), forwardingHtlcIndex: UInt64 = lnrpc.HTLC._typemapper_forwardingHtlcIndex.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[HTLC] with Product with Serializable
- htlcIndex
Index identifying the htlc on the channel.
- forwardingChannel
If this HTLC is involved in a forwarding operation, this field indicates the forwarding channel. For an outgoing htlc, it is the incoming channel. For an incoming htlc, it is the outgoing channel. When the htlc originates from this node or this node is the final destination, forwarding_channel will be zero. The forwarding channel will also be zero for htlcs that need to be forwarded but don't have a forwarding decision persisted yet.
- forwardingHtlcIndex
Index identifying the htlc on the forwarding channel.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- HTLC
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HTLC(incoming: Boolean = false, amount: Long = 0L, hashLock: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, expirationHeight: UInt32 = lnrpc.HTLC._typemapper_expirationHeight.toCustom(0), htlcIndex: UInt64 = lnrpc.HTLC._typemapper_htlcIndex.toCustom(0L), forwardingChannel: UInt64 = lnrpc.HTLC._typemapper_forwardingChannel.toCustom(0L), forwardingHtlcIndex: UInt64 = lnrpc.HTLC._typemapper_forwardingHtlcIndex.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- htlcIndex
Index identifying the htlc on the channel.
- forwardingChannel
If this HTLC is involved in a forwarding operation, this field indicates the forwarding channel. For an outgoing htlc, it is the incoming channel. For an incoming htlc, it is the outgoing channel. When the htlc originates from this node or this node is the final destination, forwarding_channel will be zero. The forwarding channel will also be zero for htlcs that need to be forwarded but don't have a forwarding decision persisted yet.
- forwardingHtlcIndex
Index identifying the htlc on the forwarding channel.
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
- val amount: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: HTLC.type
- Definition Classes
- HTLC → GeneratedMessage
- def discardUnknownFields: HTLC
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expirationHeight: UInt32
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val forwardingChannel: UInt64
- val forwardingHtlcIndex: UInt64
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- HTLC → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- HTLC → GeneratedMessage
- val hashLock: ByteString
- val htlcIndex: UInt64
- val incoming: Boolean
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- HTLC → 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
- HTLC → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[HTLC, HTLC]) => Mutation[HTLC]*): HTLC
- 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 withAmount(__v: Long): HTLC
- def withExpirationHeight(__v: UInt32): HTLC
- def withForwardingChannel(__v: UInt64): HTLC
- def withForwardingHtlcIndex(__v: UInt64): HTLC
- def withHashLock(__v: ByteString): HTLC
- def withHtlcIndex(__v: UInt64): HTLC
- def withIncoming(__v: Boolean): HTLC
- def withUnknownFields(__v: UnknownFieldSet): HTLC
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- HTLC → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage