Class TxAckRbfPayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
Represents the payload for the tx_ack_rbf message.
public class TxAckRbfPayload : IMessagePayload
- Inheritance
-
TxAckRbfPayload
- Implements
- Inherited Members
Remarks
Initializes a new instance of the TxAckRbfPayload class.
Constructors
TxAckRbfPayload(ChannelId)
Represents the payload for the tx_ack_rbf message.
public TxAckRbfPayload(ChannelId channelId)
Parameters
channelId
ChannelIdThe channel ID.
Remarks
Initializes a new instance of the TxAckRbfPayload class.
Properties
ChannelId
Gets the channel ID.
public ChannelId ChannelId { get; }