Table of Contents

Class UpdateFeePayload

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

Represents the payload for the update_fee message.

public class UpdateFeePayload : IMessagePayload
Inheritance
UpdateFeePayload
Implements
Inherited Members

Remarks

Initializes a new instance of the UpdateFeePayload class.

Constructors

UpdateFeePayload(ChannelId, uint)

Represents the payload for the update_fee message.

public UpdateFeePayload(ChannelId channelId, uint feeratePerKw)

Parameters

channelId ChannelId
feeratePerKw uint

Remarks

Initializes a new instance of the UpdateFeePayload class.

Properties

ChannelId

The channel_id this message refers to

public ChannelId ChannelId { get; }

Property Value

ChannelId

FeeratePerKw

The fee rate per kw

public uint FeeratePerKw { get; }

Property Value

uint