Class UpdateAddHtlcMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a update_add_htlc message.
public sealed class UpdateAddHtlcMessage : BaseMessage, IMessage
- Inheritance
-
UpdateAddHtlcMessage
- Implements
- Inherited Members
Remarks
The update_add_htlc message offers a new htlc to the peer. The message type is 128.
Constructors
UpdateAddHtlcMessage(UpdateAddHtlcPayload, BlindedPathTlv?)
public UpdateAddHtlcMessage(UpdateAddHtlcPayload payload, BlindedPathTlv? blindedPathTlv = null)
Parameters
payload
UpdateAddHtlcPayloadblindedPathTlv
BlindedPathTlv
Properties
BlindedPathTlv
public BlindedPathTlv? BlindedPathTlv { get; }
Property Value
Payload
The payload of the message.
public UpdateAddHtlcPayload Payload { get; }