Class TxRemoveOutputMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a tx_remove_output message.
public sealed class TxRemoveOutputMessage : BaseChannelMessage, IChannelMessage, IMessage
- Inheritance
-
TxRemoveOutputMessage
- Implements
- Inherited Members
Remarks
The tx_remove_output message is used to remove an output from the transaction. The message type is 69.
Constructors
TxRemoveOutputMessage(TxRemoveOutputPayload)
Represents a tx_remove_output message.
public TxRemoveOutputMessage(TxRemoveOutputPayload payload)
Parameters
payload
TxRemoveOutputPayloadThe tx_remove_output payload.
Remarks
The tx_remove_output message is used to remove an output from the transaction. The message type is 69.
Properties
Payload
The payload of the message.
public TxRemoveOutputPayload Payload { get; }