final case class AMPInvoiceState(state: InvoiceHTLCState = lnrpc.InvoiceHTLCState.ACCEPTED, settleIndex: UInt64 = lnrpc.AMPInvoiceState._typemapper_settleIndex.toCustom(0L), settleTime: Long = 0L, amtPaidMsat: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AMPInvoiceState] with Product with Serializable
- state
The state the HTLCs associated with this setID are in.
- settleIndex
The settle index of this HTLC set, if the invoice state is settled.
- settleTime
The time this HTLC set was settled expressed in unix epoch.
- amtPaidMsat
The total amount paid for the sub-invoice expressed in milli satoshis.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMPInvoiceState
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AMPInvoiceState(state: InvoiceHTLCState = lnrpc.InvoiceHTLCState.ACCEPTED, settleIndex: UInt64 = lnrpc.AMPInvoiceState._typemapper_settleIndex.toCustom(0L), settleTime: Long = 0L, amtPaidMsat: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- state
The state the HTLCs associated with this setID are in.
- settleIndex
The settle index of this HTLC set, if the invoice state is settled.
- settleTime
The time this HTLC set was settled expressed in unix epoch.
- amtPaidMsat
The total amount paid for the sub-invoice expressed in milli satoshis.
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 amtPaidMsat: 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: AMPInvoiceState.type
- Definition Classes
- AMPInvoiceState → GeneratedMessage
- def discardUnknownFields: AMPInvoiceState
- 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
- AMPInvoiceState → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AMPInvoiceState → GeneratedMessage
- 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
- AMPInvoiceState → GeneratedMessage
- val settleIndex: UInt64
- val settleTime: Long
- val state: InvoiceHTLCState
- 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
- AMPInvoiceState → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AMPInvoiceState, AMPInvoiceState]) => Mutation[AMPInvoiceState]*): AMPInvoiceState
- 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 withAmtPaidMsat(__v: Long): AMPInvoiceState
- def withSettleIndex(__v: UInt64): AMPInvoiceState
- def withSettleTime(__v: Long): AMPInvoiceState
- def withState(__v: InvoiceHTLCState): AMPInvoiceState
- def withUnknownFields(__v: UnknownFieldSet): AMPInvoiceState
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AMPInvoiceState → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage