ChannelTypeFeature

Permanent channel feature negotiated in the channel type. Those features take precedence over permanent channel features negotiated in init messages. For example, if the channel type is option_static_remotekey, then even if the option_anchor_outputs feature is supported by both peers, it won't apply to the channel.

Source:
Features.scala
trait Feature
class Object
trait Matchable
class Any
object AnchorOutputs.type
object ScidAlias.type
object StaticRemoteKey.type
object ZeroConf.type

Value members

Inherited methods

def mandatory: Int
Inherited from:
Feature
Source:
Features.scala
def optional: Int
Inherited from:
Feature
Source:
Features.scala
def rfcName: String
Inherited from:
Feature
Source:
Features.scala
def supportBit(support: FeatureSupport): Int
Inherited from:
Feature
Source:
Features.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Feature -> Any
Inherited from:
Feature
Source:
Features.scala