Class NextFundingTlv
- Namespace
- NLightning.Domain.Protocol.Tlv
- Assembly
- NLightning.Domain.dll
Blinded Path TLV.
public class NextFundingTlv : BaseTlv
- Inheritance
-
NextFundingTlv
- Inherited Members
Remarks
The blinded path TLV is used in the UpdateAddHtlcMessage to communicate the blinded path key.
Constructors
NextFundingTlv(byte[])
public NextFundingTlv(byte[] nextFundingTxId)
Parameters
nextFundingTxId
byte[]
Properties
NextFundingTxId
The blinded path key
public byte[] NextFundingTxId { get; }
Property Value
- byte[]