Table of Contents

Class BlindedPathTlv

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

Blinded Path TLV.

public class BlindedPathTlv : BaseTlv
Inheritance
BlindedPathTlv
Inherited Members

Remarks

The blinded path TLV is used in the UpdateAddHtlcMessage to communicate the blinded path key.

Constructors

BlindedPathTlv(CompactPubKey)

public BlindedPathTlv(CompactPubKey pathKey)

Parameters

pathKey CompactPubKey

Properties

PathKey

The blinded path key

public CompactPubKey PathKey { get; }

Property Value

CompactPubKey