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
channelChannelModelutxosList<UtxoModel>changeAddressWalletAddressModel