InvoiceCreatedEvent constructor
InvoiceCreatedEvent({})
Implementation
InvoiceCreatedEvent({
required this.walletId,
required this.invoiceId,
required this.addresses,
required this.amount,
this.outputs,
this.description,
this.expiresAt,
required this.success,
this.error,
});