object LnTagPrefix extends StringFactory[LnTagPrefix]
This defines the necessary Lightning Network Tag Prefix's, as specified in BOLT-11 Please see: https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md#tagged-fields
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LnTagPrefix
- StringFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(value: Char) extends LnTagPrefix 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 fromChar(char: Char): LnTagPrefix
- def fromString(str: String): LnTagPrefix
Tries to parse a string to type t, throws an exception if fails
Tries to parse a string to type t, throws an exception if fails
- Definition Classes
- LnTagPrefix → StringFactory
- def fromStringOpt(string: String): Option[LnTagPrefix]
Treis to parse a string to type t, returns None if failure
Treis to parse a string to type t, returns None if failure
- Definition Classes
- StringFactory
- def fromStringT(string: String): Try[LnTagPrefix]
Tries to parse string to type t, returns scala.util.Failure if the fails
Tries to parse string to type t, returns scala.util.Failure if the fails
- Definition Classes
- StringFactory
- def fromUInt5(u5: UInt5): Option[LnTagPrefix]
- 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()
- case object CltvExpiry extends LnTagPrefix with Product with Serializable
- case object Description extends LnTagPrefix with Product with Serializable
- case object DescriptionHash extends LnTagPrefix with Product with Serializable
- case object ExpiryTime extends LnTagPrefix with Product with Serializable
- case object FallbackAddress extends LnTagPrefix with Product with Serializable
- case object Features extends LnTagPrefix with Product with Serializable
- case object NodeId extends LnTagPrefix with Product with Serializable
The nodeId of the node paying the invoice
- case object PaymentHash extends LnTagPrefix with Product with Serializable
- case object RoutingInfo extends LnTagPrefix with Product with Serializable
- case object Secret extends LnTagPrefix with Product with Serializable