Table of Contents

Class ToLocalOutput

Namespace
NLightning.Bolts.BOLT3.Outputs
Assembly
NLightning.Bolts.dll

Represents a to_local output in a commitment transaction.

public class ToLocalOutput : BaseOutput
Inheritance
ToLocalOutput
Inherited Members

Constructors

ToLocalOutput(PubKey, PubKey, uint, LightningMoney)

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

Parameters

localDelayedPubKey PubKey
revocationPubKey PubKey
toSelfDelay uint
amount LightningMoney

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