Class UpdateFulfillHtlcMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a update_fulfill_htlc message.
public sealed class UpdateFulfillHtlcMessage : BaseMessage, IMessage
- Inheritance
-
UpdateFulfillHtlcMessage
- Implements
- Inherited Members
Remarks
The update_fulfill_htlc message is sent to let the peer know that the htlc was fulfiled The message type is 130.
Constructors
UpdateFulfillHtlcMessage(UpdateFulfillHtlcPayload)
Represents a update_fulfill_htlc message.
public UpdateFulfillHtlcMessage(UpdateFulfillHtlcPayload payload)
Parameters
payload
UpdateFulfillHtlcPayload
Remarks
The update_fulfill_htlc message is sent to let the peer know that the htlc was fulfiled The message type is 130.
Properties
Payload
The payload of the message.
public UpdateFulfillHtlcPayload Payload { get; }