Interface IFundingTransactionModelFactory
- Namespace
- NLightning.Domain.Bitcoin.Transactions.Interfaces
- Assembly
- NLightning.Domain.dll
public interface IFundingTransactionModelFactory
Methods
Create(ChannelModel, List<UtxoModel>, WalletAddressModel?)
FundingTransactionModel Create(ChannelModel channel, List<UtxoModel> utxos, WalletAddressModel? changeAddress)
Parameters
channelChannelModelutxosList<UtxoModel>changeAddressWalletAddressModel