Table of Contents

Class ChangeOutput

Namespace
NLightning.Bolts.BOLT3.Outputs
Assembly
NLightning.Bolts.dll
public class ChangeOutput : BaseOutput
Inheritance
ChangeOutput
Inherited Members

Constructors

ChangeOutput(Script, Script, LightningMoney?)

public ChangeOutput(Script redeemScript, Script scriptPubKey, LightningMoney? amountSats = null)

Parameters

redeemScript Script
scriptPubKey Script
amountSats LightningMoney

ChangeOutput(Script, LightningMoney?)

public ChangeOutput(Script scriptPubKey, LightningMoney? amountSats = null)

Parameters

scriptPubKey Script
amountSats LightningMoney

Properties

ScriptType

public override ScriptType ScriptType { get; }

Property Value

ScriptType