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
- Alphabetic
- By Inheritance
Inherited
- LnTag
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class DescriptionHashTag(hash: Sha256Digest) extends LnTag with Product with Serializable
- case class DescriptionTag(string: String) extends LnTag with Product with Serializable
- case class ExpiryTimeTag(u32: UInt32) extends LnTag with Product with Serializable
The amount in seconds until this payment request expires
- case class FallbackAddressTag(address: Address) extends LnTag with Product with Serializable
- sealed abstract class FallbackAddressV extends AnyRef
- case class FeaturesTag(encoded: Vector[UInt5]) extends LnTag with Product with Serializable
- 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 - case class NodeIdTag(nodeId: NodeId) extends LnTag with Product with Serializable
- case class PaymentHashTag(hash: Sha256Digest) extends LnTag with Product with Serializable
- case class RoutingInfo(routes: Vector[LnRoute]) extends SeqWrapper[LnRoute] with LnTag with Product with Serializable
- case class SecretTag(secret: PaymentSecret) extends LnTag with Product with Serializable
- case class UnknownTag(prefix: LnTagPrefix, encoded: Vector[UInt5]) extends LnTag with Product with Serializable
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromLnTagPrefix(prefix: LnTagPrefix, payload: Vector[UInt5]): LnTag
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()
- object FallbackAddressV
Fallback address versions
- object FeaturesTag extends Serializable
- object RoutingInfo extends Serializable