Class TxAbortPayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
Represents the payload for the tx_abort message.
public class TxAbortPayload : IMessagePayload
- Inheritance
-
TxAbortPayload
- Implements
- Inherited Members
Remarks
Initializes a new instance of the TxAbortPayload class.
Constructors
TxAbortPayload(ChannelId, byte[])
Represents the payload for the tx_abort message.
public TxAbortPayload(ChannelId channelId, byte[] data)
Parameters
Remarks
Initializes a new instance of the TxAbortPayload class.
Properties
ChannelId
Gets the channel ID.
public ChannelId ChannelId { get; }
Property Value
Data
Gets the data.
public byte[] Data { get; }
Property Value
- byte[]