Class FundingTransaction
- Namespace
- NLightning.Bolts.BOLT3.Transactions
- Assembly
- NLightning.Bolts.dll
Represents a funding transaction.
public class FundingTransaction : BaseTransaction
- Inheritance
-
FundingTransaction
- Inherited Members
Properties
ChangeOutput
public ChangeOutput ChangeOutput { get; }
Property Value
FundingOutput
public FundingOutput FundingOutput { get; }
Property Value
Methods
GetSignedTransaction()
public Transaction GetSignedTransaction()
Returns
- Transaction