PayInvoiceCommand constructor
PayInvoiceCommand({})
Implementation
PayInvoiceCommand({
required this.walletId,
required this.invoiceId,
required this.addresses,
required this.amount,
this.outputs,
this.changeAddress,
this.paymentMetadata,
this.feeEstimateSats,
});