final case class AMP(rootShare: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, setId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, childIndex: UInt32 = lnrpc.AMP._typemapper_childIndex.toCustom(0), hash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AMP] with Product with Serializable
Details specific to AMP HTLCs.
- rootShare
An n-of-n secret share of the root seed from which child payment hashes and preimages are derived.
- setId
An identifier for the HTLC set that this HTLC belongs to.
- childIndex
A nonce used to randomize the child preimage and child hash from a given root_share.
- hash
The payment hash of the AMP HTLC.
- preimage
The preimage used to settle this AMP htlc. This field will only be populated if the invoice is in InvoiceState_ACCEPTED or InvoiceState_SETTLED.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- AMP
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AMP(rootShare: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, setId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, childIndex: UInt32 = lnrpc.AMP._typemapper_childIndex.toCustom(0), hash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, preimage: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- rootShare
An n-of-n secret share of the root seed from which child payment hashes and preimages are derived.
- setId
An identifier for the HTLC set that this HTLC belongs to.
- childIndex
A nonce used to randomize the child preimage and child hash from a given root_share.
- hash
The payment hash of the AMP HTLC.
- preimage
The preimage used to settle this AMP htlc. This field will only be populated if the invoice is in InvoiceState_ACCEPTED or InvoiceState_SETTLED.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val childIndex: UInt32
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: AMP.type
- Definition Classes
- AMP → GeneratedMessage
- def discardUnknownFields: AMP
- 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
- AMP → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AMP → GeneratedMessage
- val hash: ByteString
- 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 preimage: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rootShare: ByteString
- def serializedSize: Int
- Definition Classes
- AMP → GeneratedMessage
- val setId: ByteString
- 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
- AMP → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AMP, AMP]) => Mutation[AMP]*): AMP
- 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 withChildIndex(__v: UInt32): AMP
- def withHash(__v: ByteString): AMP
- def withPreimage(__v: ByteString): AMP
- def withRootShare(__v: ByteString): AMP
- def withSetId(__v: ByteString): AMP
- def withUnknownFields(__v: UnknownFieldSet): AMP
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AMP → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage