UpdateUTXOConfirmationsCommand constructor
UpdateUTXOConfirmationsCommand({})
Implementation
UpdateUTXOConfirmationsCommand({
required String walletId,
required this.utxoKey,
required this.confirmations,
this.blockHeight,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);