Table of Contents

Class TxAbortMessage

Namespace
NLightning.Domain.Protocol.Messages
Assembly
NLightning.Domain.dll

Represents a tx_abort message.

public sealed class TxAbortMessage : BaseMessage, IMessage
Inheritance
TxAbortMessage
Implements
Inherited Members

Remarks

The tx_abort message allows for the cancellation of an in-progress negotiation. The message type is 74.

Constructors

TxAbortMessage(TxAbortPayload)

Represents a tx_abort message.

public TxAbortMessage(TxAbortPayload payload)

Parameters

payload TxAbortPayload

The tx_abort payload.

Remarks

The tx_abort message allows for the cancellation of an in-progress negotiation. The message type is 74.

Properties

Payload

The payload of the message.

public TxAbortPayload Payload { get; }

Property Value

TxAbortPayload