Class TxAddOutputMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a tx_add_output message.
public sealed class TxAddOutputMessage : BaseChannelMessage, IChannelMessage, IMessage
- Inheritance
-
TxAddOutputMessage
- Implements
- Inherited Members
Remarks
The tx_add_output message is used to add an output to the transaction. The message type is 67.
Constructors
TxAddOutputMessage(TxAddOutputPayload)
Represents a tx_add_output message.
public TxAddOutputMessage(TxAddOutputPayload payload)
Parameters
payload
TxAddOutputPayloadThe tx_add_output payload.
Remarks
The tx_add_output message is used to add an output to the transaction. The message type is 67.
Properties
Payload
The payload of the message.
public TxAddOutputPayload Payload { get; }