ChannelPayCommand constructor
ChannelPayCommand({})
Implementation
ChannelPayCommand({
required this.channelId,
required this.walletId,
required this.amountSats,
this.purpose,
this.invoiceId,
});
ChannelPayCommand({
required this.channelId,
required this.walletId,
required this.amountSats,
this.purpose,
this.invoiceId,
});