sealed abstract class LnInvoiceGen extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- LnInvoiceGen
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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 allTags(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]
 -   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 cltvExpiry: Gen[MinFinalCltvExpiry]
 -  def descriptionHashTag: Gen[DescriptionHashTag]
 -  def descriptionOrDescriptionHashTag: Gen[Either[DescriptionTag, DescriptionHashTag]]
 -  def descriptionTag: Gen[DescriptionTag]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def expiryTime: Gen[ExpiryTimeTag]
 -  def fallbackAddress: Gen[FallbackAddressTag]
 -    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 hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -  def invoiceTimestamp: Gen[UInt64]
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def lnHrp: Gen[LnHumanReadablePart]
 -    def lnHrpAmt: Gen[LnHumanReadablePart]
Generates a LnHumanReadablePart with an amount encoded
 -    def lnHrpNoAmt: Gen[LnHumanReadablePart]
Generates a LnHumanReadablePart that does not contain a amount
 -  def lnInvoice: Gen[LnInvoice]
 -  def lnInvoice(tags: LnTaggedFields): Gen[LnInvoice]
 -  def lnInvoice(privateKey: ECPrivateKey): Gen[LnInvoice]
 -  def lnInvoiceSignature: Gen[LnInvoiceSignature]
 -  def mandatoryTags: Gen[LnTaggedFields]
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  def nodeId: Gen[NodeId]
 -  def nodeIdTag(nodeId: NodeId): Gen[NodeIdTag]
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  def optionalTags(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]
 -  def paymentHashTag: Gen[PaymentHashTag]
 -  def routingInfo: Gen[RoutingInfo]
 -  def secret: Gen[SecretTag]
 -  def signatureVersion: Gen[UInt8]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def taggedFields(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]
Generated a tagged fields with an explicit LnTag.NodeIdTag
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   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()