Class OfferedHtlcOutput
- Namespace
- NLightning.Bolts.BOLT3.Outputs
- Assembly
- NLightning.Bolts.dll
Represents an offered HTLC output in a commitment transaction.
public class OfferedHtlcOutput : BaseHtlcOutput
- Inheritance
-
OfferedHtlcOutput
- Inherited Members
Constructors
OfferedHtlcOutput(PubKey, PubKey, PubKey, ReadOnlyMemory<byte>, LightningMoney, ulong?)
public OfferedHtlcOutput(PubKey revocationPubKey, PubKey remoteHtlcPubKey, PubKey localHtlcPubKey, ReadOnlyMemory<byte> paymentHash, LightningMoney amount, ulong? cltvExpiry = null)
Parameters
revocationPubKey
PubKeyremoteHtlcPubKey
PubKeylocalHtlcPubKey
PubKeypaymentHash
ReadOnlyMemory<byte>amount
LightningMoneycltvExpiry
ulong?
Properties
ScriptType
public override ScriptType ScriptType { get; }
Property Value
- ScriptType