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, IOutput
Inheritance
ToRemoteOutput
Implements
Inherited Members

Constructors

ToRemoteOutput(LightningMoney, bool, PubKey)

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

Parameters

amount LightningMoney
hasAnchorOutputs bool
remotePubKey PubKey

Properties

RemotePubKey

public PubKey RemotePubKey { get; }

Property Value

PubKey

ScriptType

public override ScriptType ScriptType { get; }

Property Value

ScriptType