Table of Contents

Class BlindedPathTlv

Namespace
NLightning.Common.TLVs
Assembly
NLightning.Common.dll

Blinded Path TLV.

public class BlindedPathTlv : Tlv, IEquatable<Tlv>
Inheritance
BlindedPathTlv
Implements
Inherited Members

Remarks

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

Constructors

BlindedPathTlv(PubKey)

public BlindedPathTlv(PubKey pathKey)

Parameters

pathKey PubKey

Properties

PathKey

The blinded path key

public PubKey PathKey { get; }

Property Value

PubKey

Methods

FromTlv(Tlv)

Cast BlindedPathTlv from a Tlv.

public static BlindedPathTlv FromTlv(Tlv tlv)

Parameters

tlv Tlv

The tlv to cast from.

Returns

BlindedPathTlv

The cast BlindedPathTlv.

Exceptions

InvalidCastException

Error casting BlindedPathTlv