Table of Contents

Class FundingOutput

Namespace
NLightning.Infrastructure.Bitcoin.Outputs
Assembly
NLightning.Infrastructure.Bitcoin.dll
public class FundingOutput : BaseOutput, IOutput
Inheritance
FundingOutput
Implements
Inherited Members

Constructors

FundingOutput(LightningMoney, PubKey, PubKey)

public FundingOutput(LightningMoney amount, PubKey localPubKey, PubKey remotePubKey)

Parameters

amount LightningMoney
localPubKey PubKey
remotePubKey PubKey

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