Packages

object Features extends Serializable

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

Type Members

  1. case class FeatureException(message: String) extends IllegalArgumentException 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. def apply(bits: BitVector): Features[Feature]
  5. def apply(bytes: ByteVector): Features[Feature]
  6. def apply[T <: Feature](features: (T, FeatureSupport)*): Features[T]
  7. def areCompatible[T <: Feature](ours: Features[T], theirs: Features[T]): Boolean

    Returns true if both feature sets are compatible.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canUseFeature[T <: Feature](localFeatures: Features[T], remoteFeatures: Features[T], feature: T): Boolean

    returns true if both have at least optional support

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def empty[T <: Feature]: Features[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val knownFeatures: Set[Feature]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def validateFeatureGraph[T <: Feature](features: Features[T]): Option[FeatureException]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. case object AnchorOutputs extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
  29. case object AnchorOutputsZeroFeeHtlcTx extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
  30. case object AsyncPaymentPrototype extends Feature with InitFeature with InvoiceFeature with Product with Serializable
  31. case object BasicMultiPartPayment extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
  32. case object ChannelRangeQueries extends Feature with InitFeature with NodeFeature with Product with Serializable
  33. case object ChannelRangeQueriesExtended extends Feature with InitFeature with NodeFeature with Product with Serializable
  34. case object ChannelType extends Feature with InitFeature with NodeFeature with Product with Serializable
  35. case object DataLossProtect extends Feature with InitFeature with NodeFeature with Product with Serializable
  36. case object DualFunding extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
  37. case object InitialRoutingSync extends Feature with InitFeature with Product with Serializable
  38. case object KeySend extends Feature with NodeFeature with Product with Serializable
  39. case object OnionMessages extends Feature with InitFeature with NodeFeature with Product with Serializable
  40. case object PaymentMetadata extends Feature with InvoiceFeature with Product with Serializable
  41. case object PaymentSecret extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
  42. case object RouteBlinding extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
  43. case object ScidAlias extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
  44. case object ShutdownAnySegwit extends Feature with InitFeature with NodeFeature with Product with Serializable
  45. case object StaticRemoteKey extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
  46. case object TrampolinePaymentPrototype extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
  47. case object UpfrontShutdownScript extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
  48. case object VariableLengthOnion extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
  49. case object Wumbo extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
  50. case object ZeroConf extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped