Class TxCompletePayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
Represents a tx_complete payload.
public class TxCompletePayload : IMessagePayload
- Inheritance
-
TxCompletePayload
- Implements
- Inherited Members
Remarks
The tx_complete payload is used to indicate that the transaction is complete.
Constructors
TxCompletePayload(ChannelId)
Represents a tx_complete payload.
public TxCompletePayload(ChannelId channelId)
Parameters
channelId
ChannelIdThe channel id.
Remarks
The tx_complete payload is used to indicate that the transaction is complete.
- See Also
Properties
ChannelId
The channel id.
public ChannelId ChannelId { get; }