Table of Contents

Class ToLocalOutput

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

Represents a to_local output in a commitment transaction.

public class ToLocalOutput : BaseOutput, IOutput
Inheritance
ToLocalOutput
Implements
Inherited Members

Constructors

ToLocalOutput(LightningMoney, PubKey, PubKey, uint)

public ToLocalOutput(LightningMoney amount, PubKey localDelayedPubKey, PubKey revocationPubKey, uint toSelfDelay)

Parameters

amount LightningMoney
localDelayedPubKey PubKey
revocationPubKey PubKey
toSelfDelay uint

Properties

LocalDelayedPubKey

public PubKey LocalDelayedPubKey { get; }

Property Value

PubKey

RevocationPubKey

public PubKey RevocationPubKey { get; }

Property Value

PubKey

ScriptType

public override ScriptType ScriptType { get; }

Property Value

ScriptType

ToSelfDelay

public uint ToSelfDelay { get; }

Property Value

uint