Table of Contents

Class FundingOutputContributionTlv

Namespace
NLightning.Domain.Protocol.Tlv
Assembly
NLightning.Domain.dll

Funding Output Contribution TLV.

public class FundingOutputContributionTlv : BaseTlv
Inheritance
FundingOutputContributionTlv
Inherited Members

Remarks

The funding output contribution TLV is used in the TxInitRbfMessage to communicate the funding output contribution in satoshis.

Constructors

FundingOutputContributionTlv(LightningMoney)

public FundingOutputContributionTlv(LightningMoney amount)

Parameters

amount LightningMoney

Properties

Amount

The amount being contributed in satoshis

public LightningMoney Amount { get; }

Property Value

LightningMoney

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.