Class TxRemoveInputPayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
Represents a tx_remove_input payload.
public class TxRemoveInputPayload : IMessagePayload
- Inheritance
-
TxRemoveInputPayload
- Implements
- Inherited Members
Remarks
The tx_remove_input payload is used to remove an input from the transaction.
Constructors
TxRemoveInputPayload(ChannelId, ulong)
Represents a tx_remove_input payload.
public TxRemoveInputPayload(ChannelId channelId, ulong serialId)
Parameters
Remarks
The tx_remove_input payload is used to remove an input from the transaction.
- See Also
Properties
ChannelId
The channel id.
public ChannelId ChannelId { get; }
Property Value
SerialId
The serial id.
public ulong SerialId { get; }