Table of Contents

Class ChannelReadyPayload

Namespace
NLightning.Domain.Protocol.Payloads
Assembly
NLightning.Domain.dll

Represents the payload for the channel_ready message.

public class ChannelReadyPayload : IMessagePayload
Inheritance
ChannelReadyPayload
Implements
Inherited Members

Remarks

Initializes a new instance of the ChannelReadyPayload class.

Constructors

ChannelReadyPayload(ChannelId, PubKey)

Represents the payload for the channel_ready message.

public ChannelReadyPayload(ChannelId channelId, PubKey secondPerCommitmentPoint)

Parameters

channelId ChannelId

The channel ID.

secondPerCommitmentPoint PubKey

Remarks

Initializes a new instance of the ChannelReadyPayload class.

Properties

ChannelId

Gets the channel ID.

public ChannelId ChannelId { get; }

Property Value

ChannelId

SecondPerCommitmentPoint

public PubKey SecondPerCommitmentPoint { get; }

Property Value

PubKey