Table of Contents

Class HtlcResolutionOutput

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

Constructors

HtlcResolutionOutput(LightningMoney, PubKey, PubKey, ulong)

public HtlcResolutionOutput(LightningMoney amount, PubKey localDelayedPubKey, PubKey revocationPubKey, ulong toSelfDelay)

Parameters

amount LightningMoney
localDelayedPubKey PubKey
revocationPubKey PubKey
toSelfDelay ulong

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 ulong ToSelfDelay { get; }

Property Value

ulong