ReserveUTXOsCommand constructor
ReserveUTXOsCommand({})
Implementation
ReserveUTXOsCommand({
required String walletId,
required this.utxoKeys,
required this.reservationId,
this.reservationDuration,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);