Class ChannelReadyPayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
Represents the payload for the channel_ready message.
public class ChannelReadyPayload : IChannelMessagePayload, IMessagePayload
- Inheritance
-
ChannelReadyPayload
- Implements
- Inherited Members
Remarks
Initializes a new instance of the ChannelReadyPayload class.
Constructors
ChannelReadyPayload(ChannelId, CompactPubKey)
Represents the payload for the channel_ready message.
public ChannelReadyPayload(ChannelId channelId, CompactPubKey secondPerCommitmentPoint)
Parameters
channelId
ChannelIdThe channel ID.
secondPerCommitmentPoint
CompactPubKey
Remarks
Initializes a new instance of the ChannelReadyPayload class.
Properties
ChannelId
Gets the channel ID.
public ChannelId ChannelId { get; }
Property Value
SecondPerCommitmentPoint
public CompactPubKey SecondPerCommitmentPoint { get; }