PaymentReadyEvent constructor
PaymentReadyEvent({})
Implementation
PaymentReadyEvent({
this.walletId,
required this.invoiceId,
required this.beefBytes,
required this.txid,
required this.amountPaid,
required this.changeAmount,
required this.ancestorCount,
required this.success,
this.error,
});