Class HtlcResolutionOutput
- Namespace
- NLightning.Bolts.BOLT3.Outputs
- Assembly
- NLightning.Bolts.dll
public class HtlcResolutionOutput : BaseOutput
- Inheritance
-
HtlcResolutionOutput
- Inherited Members
Constructors
HtlcResolutionOutput(PubKey, PubKey, ulong, LightningMoney)
public HtlcResolutionOutput(PubKey revocationPubKey, PubKey localDelayedPubKey, ulong toSelfDelay, LightningMoney amount)
Parameters
revocationPubKey
PubKeylocalDelayedPubKey
PubKeytoSelfDelay
ulongamount
LightningMoney
Properties
LocalDelayedPubKey
public PubKey LocalDelayedPubKey { get; }
Property Value
- PubKey
RevocationPubKey
public PubKey RevocationPubKey { get; }
Property Value
- PubKey
ScriptType
public override ScriptType ScriptType { get; }
Property Value
- ScriptType
ToSelfDelay
public ulong ToSelfDelay { get; }