Table of Contents

Class ToRemoteOutput

Namespace
NLightning.Infrastructure.Bitcoin.Outputs
Assembly
NLightning.Infrastructure.Bitcoin.dll

Represents a to_remote output in a commitment transaction.

public class ToRemoteOutput : BaseOutput
Inheritance
ToRemoteOutput
Inherited Members

Constructors

ToRemoteOutput(bool, PubKey, LightningMoney)

public ToRemoteOutput(bool hasAnchorOutputs, PubKey remotePubKey, LightningMoney amount)

Parameters

hasAnchorOutputs bool
remotePubKey PubKey
amount LightningMoney

Properties

RemotePubKey

public PubKey RemotePubKey { get; }

Property Value

PubKey

ScriptType

public override ScriptType ScriptType { get; }

Property Value

ScriptType