TransactionImportedEvent constructor
TransactionImportedEvent({})
Implementation
TransactionImportedEvent({
required this.walletId,
required this.transactionId,
required this.success,
this.utxosCreated,
this.totalValueReceived,
this.error,
});