static Map<String, dynamic> transferObjects(List objects, dynamic address) { return Commands.transferObjects(List<dynamic>.from(objects), address); }