Packages

sealed abstract class LnInvoiceGen extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LnInvoiceGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def allTags(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def cltvExpiry: Gen[MinFinalCltvExpiry]
  8. def descriptionHashTag: Gen[DescriptionHashTag]
  9. def descriptionOrDescriptionHashTag: Gen[Either[DescriptionTag, DescriptionHashTag]]
  10. def descriptionTag: Gen[DescriptionTag]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def expiryTime: Gen[ExpiryTimeTag]
  14. def fallbackAddress: Gen[FallbackAddressTag]
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def invoiceTimestamp: Gen[UInt64]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def lnHrp: Gen[LnHumanReadablePart]
  21. def lnHrpAmt: Gen[LnHumanReadablePart]

    Generates a LnHumanReadablePart with an amount encoded

  22. def lnHrpNoAmt: Gen[LnHumanReadablePart]

    Generates a LnHumanReadablePart that does not contain a amount

  23. def lnInvoice: Gen[LnInvoice]
  24. def lnInvoice(tags: LnTaggedFields): Gen[LnInvoice]
  25. def lnInvoice(privateKey: ECPrivateKey): Gen[LnInvoice]
  26. def lnInvoiceSignature: Gen[LnInvoiceSignature]
  27. def mandatoryTags: Gen[LnTaggedFields]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nodeId: Gen[NodeId]
  30. def nodeIdTag(nodeId: NodeId): Gen[NodeIdTag]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def optionalTags(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]
  34. def paymentHashTag: Gen[PaymentHashTag]
  35. def routingInfo: Gen[RoutingInfo]
  36. def secret: Gen[SecretTag]
  37. def signatureVersion: Gen[UInt8]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def taggedFields(nodeIdOpt: Option[NodeId]): Gen[LnTaggedFields]

    Generated a tagged fields with an explicit LnTag.NodeIdTag

  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped