Class ShortChannelIdTlv
- Namespace
- NLightning.Domain.Protocol.Tlv
- Assembly
- NLightning.Domain.dll
Short Channel Id TLV.
public class ShortChannelIdTlv : BaseTlv
- Inheritance
-
ShortChannelIdTlv
- Inherited Members
Remarks
The short channel id TLV is used in the ChannelReadyMessage to communicate the channel type that should be opened.
Constructors
ShortChannelIdTlv(ShortChannelId)
public ShortChannelIdTlv(ShortChannelId shortChannelId)
Parameters
shortChannelId
ShortChannelId
Properties
ShortChannelId
The shutdown script to be used when closing the channel
public ShortChannelId ShortChannelId { get; }