Table of Contents

Class FundingTransactionModelFactory

Namespace
NLightning.Domain.Bitcoin.Transactions.Factories
Assembly
NLightning.Domain.dll
public class FundingTransactionModelFactory : IFundingTransactionModelFactory
Inheritance
FundingTransactionModelFactory
Implements
Inherited Members

Methods

Create(ChannelModel, List<UtxoModel>, WalletAddressModel?)

public FundingTransactionModel Create(ChannelModel channel, List<UtxoModel> utxos, WalletAddressModel? changeAddress)

Parameters

channel ChannelModel
utxos List<UtxoModel>
changeAddress WalletAddressModel

Returns

FundingTransactionModel