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