object Features extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Features
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class FeatureException(message: String) extends IllegalArgumentException 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
- def apply(bits: BitVector): Features[Feature]
- def apply(bytes: ByteVector): Features[Feature]
- def apply[T <: Feature](features: (T, FeatureSupport)*): Features[T]
- def areCompatible[T <: Feature](ours: Features[T], theirs: Features[T]): Boolean
Returns true if both feature sets are compatible.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canUseFeature[T <: Feature](localFeatures: Features[T], remoteFeatures: Features[T], feature: T): Boolean
returns true if both have at least optional support
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def empty[T <: Feature]: Features[T]
- 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])
- 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
- val knownFeatures: Set[Feature]
- 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
- def validateFeatureGraph[T <: Feature](features: Features[T]): Option[FeatureException]
- 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 AnchorOutputs extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
- case object AnchorOutputsZeroFeeHtlcTx extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
- case object AsyncPaymentPrototype extends Feature with InitFeature with InvoiceFeature with Product with Serializable
- case object BasicMultiPartPayment extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
- case object ChannelRangeQueries extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object ChannelRangeQueriesExtended extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object ChannelType extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object DataLossProtect extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object DualFunding extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
- case object InitialRoutingSync extends Feature with InitFeature with Product with Serializable
- case object KeySend extends Feature with NodeFeature with Product with Serializable
- case object OnionMessages extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object PaymentMetadata extends Feature with InvoiceFeature with Product with Serializable
- case object PaymentSecret extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
- case object RouteBlinding extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
- case object ScidAlias extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
- case object ShutdownAnySegwit extends Feature with InitFeature with NodeFeature with Product with Serializable
- case object StaticRemoteKey extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable
- case object TrampolinePaymentPrototype extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
- case object UpfrontShutdownScript extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
- case object VariableLengthOnion extends Feature with InitFeature with NodeFeature with InvoiceFeature with Product with Serializable
- case object Wumbo extends Feature with InitFeature with NodeFeature with PermanentChannelFeature with Product with Serializable
- case object ZeroConf extends Feature with InitFeature with NodeFeature with ChannelTypeFeature with Product with Serializable