NodeFeature

trait NodeFeature extends Feature

Feature that should be advertised in node announcements.

Source:
Features.scala
trait Feature
class Object
trait Matchable
class Any
object HostedChannels.type
object AnchorOutputs.type
object ChannelType.type
object DataLossProtect.type
object DualFunding.type
object KeySend.type
object OnionMessages.type
object PaymentSecret.type
object ScidAlias.type
object ShutdownAnySegwit.type
object StaticRemoteKey.type
object Wumbo.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