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