AllUTXOsSplitCompletedEvent constructor
AllUTXOsSplitCompletedEvent({})
Implementation
AllUTXOsSplitCompletedEvent({
required String walletId,
required this.totalUtxosSplit,
required this.totalOutputsCreated,
required this.totalFeesPaid,
required this.transactionIds,
String? eventId,
DateTime? timestamp,
int? version,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
eventId: eventId,
timestamp: timestamp,
version: version,
metadata: metadata,
);