Table of Contents

Class ChannelTypeTlv

Namespace
NLightning.Domain.Protocol.Tlv
Assembly
NLightning.Domain.dll

Channel Type TLV.

public class ChannelTypeTlv : BaseTlv
Inheritance
ChannelTypeTlv
Inherited Members

Remarks

The channels type TLV is used in the AcceptChannel2Message to communicate the channel type that should be opened.

Constructors

ChannelTypeTlv(byte[])

public ChannelTypeTlv(byte[] channelType)

Parameters

channelType byte[]

Properties

ChannelType

The channel type

public byte[] ChannelType { get; }

Property Value

byte[]

Features

The channel type features

public FeatureSet Features { get; }

Property Value

FeatureSet