getWalletEventData method
Wallet-specific event data (to be implemented by concrete events)
Implementation
@override
Map<String, dynamic> getWalletEventData() {
return {
'totalUtxosSplit': totalUtxosSplit,
'totalOutputsCreated': totalOutputsCreated,
'totalFeesPaid': totalFeesPaid,
'transactionIds': transactionIds,
};
}