Table of Contents

Class NetworksTlv

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

Networks TLV.

public class NetworksTlv : BaseTlv
Inheritance
NetworksTlv
Inherited Members

Remarks

The networks TLV is used in the InitMessage to communicate the networks that the node supports.

Constructors

NetworksTlv(IEnumerable<ChainHash>)

public NetworksTlv(IEnumerable<ChainHash> chainHashes)

Parameters

chainHashes IEnumerable<ChainHash>

Properties

ChainHashes

The chain hashes.

public IEnumerable<ChainHash>? ChainHashes { get; }

Property Value

IEnumerable<ChainHash>

Remarks

The chain hashes are the hashes of the chains that the node supports.