Class UpdateFeeMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a update_fee message.
public sealed class UpdateFeeMessage : BaseMessage, IMessage
- Inheritance
-
UpdateFeeMessage
- Implements
- Inherited Members
Remarks
The update_fee message is sent by the node which is paying the Bitcoin fee. The message type is 134.
Constructors
UpdateFeeMessage(UpdateFeePayload)
Represents a update_fee message.
public UpdateFeeMessage(UpdateFeePayload payload)
Parameters
payload
UpdateFeePayload
Remarks
The update_fee message is sent by the node which is paying the Bitcoin fee. The message type is 134.
Properties
Payload
The payload of the message.
public UpdateFeePayload Payload { get; }