Table of Contents

Class TxAddInputMessage

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

Represents an tx_add_input message.

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

Remarks

The tx_add_input message is used to add an input to the transaction. The message type is 66.

Constructors

TxAddInputMessage(TxAddInputPayload)

Represents an tx_add_input message.

public TxAddInputMessage(TxAddInputPayload payload)

Parameters

payload TxAddInputPayload

The tx_add_input payload.

Remarks

The tx_add_input message is used to add an input to the transaction. The message type is 66.

Properties

Payload

The payload of the message.

public TxAddInputPayload Payload { get; }

Property Value

TxAddInputPayload