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

Inherited from:
Feature
Source:
Features.scala
Inherited from:
Feature
Source:
Features.scala
Inherited from:
Feature
Source:
Features.scala
Inherited from:
Feature
Source:
Features.scala
override def toString: String
Definition Classes
Feature -> Any
Inherited from:
Feature
Source:
Features.scala