Class FundingOutput
- Namespace
- NLightning.Bolts.BOLT3.Outputs
- Assembly
- NLightning.Bolts.dll
public class FundingOutput : BaseOutput
- Inheritance
-
FundingOutput
- Inherited Members
Constructors
FundingOutput(PubKey, PubKey, LightningMoney)
public FundingOutput(PubKey localPubKey, PubKey remotePubKey, LightningMoney amount)
Parameters
localPubKey
PubKeyremotePubKey
PubKeyamount
LightningMoney
Properties
LocalPubKey
public PubKey LocalPubKey { get; }
Property Value
- PubKey
RemotePubKey
public PubKey RemotePubKey { get; }
Property Value
- PubKey
ScriptType
public override ScriptType ScriptType { get; }
Property Value
- ScriptType