Class ReceivedHtlcOutput
- Namespace
- NLightning.Infrastructure.Bitcoin.Outputs
- Assembly
- NLightning.Infrastructure.Bitcoin.dll
Represents a received HTLC output in a commitment transaction.
public class ReceivedHtlcOutput : BaseHtlcOutput
- Inheritance
-
ReceivedHtlcOutput
- Inherited Members
Constructors
ReceivedHtlcOutput(LightningMoney, PubKey, PubKey, PubKey, ReadOnlyMemory<byte>, LightningMoney, ulong)
public ReceivedHtlcOutput(LightningMoney anchorAmount, PubKey revocationPubKey, PubKey remoteHtlcPubKey, PubKey localHtlcPubKey, ReadOnlyMemory<byte> paymentHash, LightningMoney amount, ulong cltvExpiry)
Parameters
anchorAmount
LightningMoneyrevocationPubKey
PubKeyremoteHtlcPubKey
PubKeylocalHtlcPubKey
PubKeypaymentHash
ReadOnlyMemory<byte>amount
LightningMoneycltvExpiry
ulong
Properties
ScriptType
public override ScriptType ScriptType { get; }
Property Value
- ScriptType