Packages

object LnTag

All of the different invoice tags that are currently defined Refer to BOLT11 for a full list https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md#tagged-fields

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

Type Members

  1. case class DescriptionHashTag(hash: Sha256Digest) extends LnTag with Product with Serializable
  2. case class DescriptionTag(string: String) extends LnTag with Product with Serializable
  3. case class ExpiryTimeTag(u32: UInt32) extends LnTag with Product with Serializable

    The amount in seconds until this payment request expires

  4. case class FallbackAddressTag(address: Address) extends LnTag with Product with Serializable
  5. sealed abstract class FallbackAddressV extends AnyRef
  6. case class FeaturesTag(encoded: Vector[UInt5]) extends LnTag with Product with Serializable
  7. case class MinFinalCltvExpiry(u32: UInt32) extends LnTag with Product with Serializable

    min_final_ctlv_expiry is the minimum difference between HTLC CLTV timeout and the current block height, for the terminal case (C).

    min_final_ctlv_expiry is the minimum difference between HTLC CLTV timeout and the current block height, for the terminal case (C). This is denominated in blocks. https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md#cltv_expiry_delta-selection

  8. case class NodeIdTag(nodeId: NodeId) extends LnTag with Product with Serializable
  9. case class PaymentHashTag(hash: Sha256Digest) extends LnTag with Product with Serializable
  10. case class RoutingInfo(routes: Vector[LnRoute]) extends SeqWrapper[LnRoute] with LnTag with Product with Serializable
  11. case class SecretTag(secret: PaymentSecret) extends LnTag with Product with Serializable
  12. case class UnknownTag(prefix: LnTagPrefix, encoded: Vector[UInt5]) extends LnTag with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def fromLnTagPrefix(prefix: LnTagPrefix, payload: Vector[UInt5]): LnTag
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. object FallbackAddressV

    Fallback address versions

  22. object FeaturesTag extends Serializable
  23. object RoutingInfo extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped