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(PubKey)
public BlindedPathTlv(PubKey pathKey)
Parameters
pathKey
PubKey
Properties
PathKey
The blinded path key
public PubKey PathKey { get; }
Property Value
- PubKey