Class CommitmentSignedMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a commitment_signed message.
public sealed class CommitmentSignedMessage : BaseMessage, IMessage
- Inheritance
-
CommitmentSignedMessage
- Implements
- Inherited Members
Remarks
The commitment_signed message is sent when a node has changes to the remote commitment The message type is 132.
Constructors
CommitmentSignedMessage(CommitmentSignedPayload)
Represents a commitment_signed message.
public CommitmentSignedMessage(CommitmentSignedPayload payload)
Parameters
payload
CommitmentSignedPayload
Remarks
The commitment_signed message is sent when a node has changes to the remote commitment The message type is 132.
Properties
Payload
The payload of the message.
public CommitmentSignedPayload Payload { get; }