Class ToLocalOutput
- Namespace
- NLightning.Bolts.BOLT3.Outputs
- Assembly
- NLightning.Bolts.dll
Represents a to_local output in a commitment transaction.
public class ToLocalOutput : BaseOutput
- Inheritance
-
ToLocalOutput
- Inherited Members
Constructors
ToLocalOutput(PubKey, PubKey, uint, LightningMoney)
public ToLocalOutput(PubKey localDelayedPubKey, PubKey revocationPubKey, uint toSelfDelay, LightningMoney amount)
Parameters
localDelayedPubKey
PubKeyrevocationPubKey
PubKeytoSelfDelay
uintamount
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 uint ToSelfDelay { get; }